mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 02:52:20 -05:00
Update init.debian to exit instead of return when 'restarted'
This commit is contained in:
parent
c62d8f2c79
commit
e9814c6ffb
@ -144,7 +144,7 @@ case "$1" in
|
|||||||
stop_sickbeard
|
stop_sickbeard
|
||||||
sleep 2
|
sleep 2
|
||||||
start_sickbeard
|
start_sickbeard
|
||||||
return $?
|
exit $?
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
status_of_proc -p "$PID_FILE" "$DAEMON" "$DESC"
|
status_of_proc -p "$PID_FILE" "$DAEMON" "$DESC"
|
||||||
|
Loading…
Reference in New Issue
Block a user