Private GIT

Skip to content
Snippets Groups Projects
Commit 78aaa217 authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Merge pull request #1312 from alaorath/patch-1

Update init.debian to exit instead of return when 'restarted'
parents d75af4d0 e9814c6f
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ case "$1" in
stop_sickbeard
sleep 2
start_sickbeard
return $?
exit $?
;;
status)
status_of_proc -p "$PID_FILE" "$DAEMON" "$DESC"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment