mirror of
https://github.com/samba-team/samba.git
synced 2025-03-02 08:58:33 +03:00
fix typo in init script
This commit is contained in:
parent
50f278ddcc
commit
bc63d989c0
@ -68,7 +68,7 @@ stop() {
|
||||
echo -n $"Shutting down $KIND services: "
|
||||
killproc nmbd -TERM
|
||||
RETVAL2=$?
|
||||
[ $RETVAL -eq 0 ] && rm -f /var/run/nmbd.pid
|
||||
[ $RETVAL2 -eq 0 ] && rm -f /var/run/nmbd.pid
|
||||
[ $RETVAL -eq 0 -a $RETVAL2 -eq 0 ] && rm -f /var/lock/subsys/smb
|
||||
echo ""
|
||||
return $RETVAL
|
||||
|
Loading…
x
Reference in New Issue
Block a user