From dda618f25f08a839964bf4f14c671120887cb734 Mon Sep 17 00:00:00 2001 From: David Personette Date: Sun, 8 Apr 2018 06:55:07 -0400 Subject: [PATCH] samba.sh don't exec smbd to not trigger bug in new version of samba --- samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index d8d1800..9d09b3d 100755 --- a/samba.sh +++ b/samba.sh @@ -242,5 +242,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