Remove exit 0 at the end of init.d script

This commit is contained in:
Donatas Abraitis
2015-04-22 22:29:56 +03:00
parent 9f6a348851
commit 869cf705e0
-2
View File
@@ -144,5 +144,3 @@ case "$1" in
exit 1
;;
esac
exit 0