Merge pull request #1854 from ton31337/master

Remove exit 0 at the end of init.d script
This commit is contained in:
Torkel Ödegaard 2015-04-23 08:45:26 +02:00
commit e9a174d1c5

View File

@ -144,5 +144,3 @@ case "$1" in
exit 1
;;
esac
exit 0