From bec23147166f5e28fc129623f26e5ba1337fdd8c Mon Sep 17 00:00:00 2001 From: David Personette Date: Fri, 29 Apr 2016 11:00:38 -0400 Subject: [PATCH] samba.sh work around issue on docker 1.11 --- samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index 7436755..19fb7c9 100755 --- a/samba.sh +++ b/samba.sh @@ -153,5 +153,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 + exec ionice -c 3 smbd -FS