From e0631f472b503204b4900647298188318d6d07a3 Mon Sep 17 00:00:00 2001 From: David Personette Date: Sun, 8 Oct 2017 15:17:56 -0400 Subject: [PATCH] samba.sh merge / fix #75 --- samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index f0ed66d..99e2db6 100755 --- a/samba.sh +++ b/samba.sh @@ -212,7 +212,7 @@ The 'command' (if provided and valid) will be run instead of samba } [[ "${USERID:-""}" =~ ^[0-9]+$ ]] && usermod -u $USERID -o smbuser -[[ "${GROUPID:-""}" =~ ^[0-9]+$ ]] && groupmod -g $GROUPID -o users +[[ "${GROUPID:-""}" =~ ^[0-9]+$ ]] && groupmod -g $GROUPID -o smbuser while getopts ":hc:g:i:nprs:St:u:Ww:" opt; do case "$opt" in