mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 07:02:26 -05:00
Merge pull request #1312 from alaorath/patch-1
Update init.debian to exit instead of return when 'restarted'
This commit is contained in:
commit
78aaa21732
@ -144,7 +144,7 @@ case "$1" in
|
||||
stop_sickbeard
|
||||
sleep 2
|
||||
start_sickbeard
|
||||
return $?
|
||||
exit $?
|
||||
;;
|
||||
status)
|
||||
status_of_proc -p "$PID_FILE" "$DAEMON" "$DESC"
|
||||
|
Loading…
Reference in New Issue
Block a user