From 1860bdf6aeebc2f004b6238dd6dc795935caa0f4 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Sun, 12 Sep 2021 15:32:59 +0200 Subject: [PATCH] Fix inserted comment in smb.conf --- helios/sambasetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helios/sambasetup.sh b/helios/sambasetup.sh index 3918f50..d1edea9 100644 --- a/helios/sambasetup.sh +++ b/helios/sambasetup.sh @@ -8,11 +8,11 @@ # CONFIG ################################ # remove files from this line to the end - sed -i '/# NextCloud automatically/,/\$/d' /etc/samba/smb.conf + sed -i '/# NextCloudSmb automatically/,/\$/d' /etc/samba/smb.conf # restore this line cat >> /etc/samba/smb.conf <