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
-2
View File
@@ -144,5 +144,3 @@ case "$1" in
exit 1
;;
esac
exit 0