From af124fdfd78bcb295210f5e2bfa863d0f2922b8f Mon Sep 17 00:00:00 2001 From: David Personette Date: Mon, 8 Feb 2016 05:34:35 -0500 Subject: [PATCH] samba.sh fix nmbd command line option derp --- samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index 5363256..dda18bb 100755 --- a/samba.sh +++ b/samba.sh @@ -139,6 +139,6 @@ elif [[ $# -ge 1 ]]; then 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 -DS + [[ $NMBD ]] && ionice -c 3 nmbd -D exec ionice -c 3 smbd -FS fi \ No newline at end of file