Fix groupmod editing incorrect user
This commit is contained in:
parent
1f922b46bc
commit
5231790bbe
4
samba.sh
4
samba.sh
@ -198,7 +198,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:i:nprs:St:u:Ww:" opt; do
|
||||
case "$opt" in
|
||||
@ -238,4 +238,4 @@ elif ps -ef | egrep -v grep | grep -q smbd; then
|
||||
else
|
||||
[[ ${NMBD:-""} ]] && ionice -c 3 nmbd -D
|
||||
exec ionice -c 3 smbd -FS </dev/null
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user