From eb7e1530e574fc03a634d0d09ef8d68b40e4676d Mon Sep 17 00:00:00 2001 From: Nick Miller Date: Fri, 4 Nov 2022 02:43:35 +0000 Subject: [PATCH] Removed the -S flag from the smbd command which is no longer supported --- samba.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba.sh b/samba.sh index ebb4e20..759f714 100755 --- a/samba.sh +++ b/samba.sh @@ -293,5 +293,5 @@ elif ps -ef | egrep -v grep | grep -q smbd; then echo "Service already running, please restart container to apply changes" else [[ ${NMBD:-""} ]] && ionice -c 3 nmbd -D - exec ionice -c 3 smbd -FS --no-process-group