remove trailing exit 0 from deb init

This commit is contained in:
Haneysmith, Nathan 2015-06-04 11:40:49 -07:00
parent 77215182f7
commit fcba62894b

View File

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