Merge pull request #1312 from alaorath/patch-1

Update init.debian to exit instead of return when 'restarted'
This commit is contained in:
Alexandre Beloin 2015-02-15 18:29:02 -05:00
commit 78aaa21732
1 changed files with 1 additions and 1 deletions

View File

@ -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"