Skip to content

Removes erroneous exit statement in init script

gitlab-qa-bot requested to merge github/fork/spuder/patch-5 into master

Created by: spuder

This resolves issue Issue #5217 (closed)

If you call the init script as root, the script would exit without performing any action.

See stackexchange question here: http://unix.stackexchange.com/questions/92783/how-to-update-an-init-script

Merge request reports