add an echo to tell us that updating is done and we are trying to start.

This commit is contained in:
Isaac Connor 2016-08-12 10:02:15 -04:00
parent 6b70ff964b
commit c1d2407ed3
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ if [ "$1" = "configure" ]; then
deb-systemd-invoke stop zoneminder.service || exit $?
zmupdate.pl --nointeractive
zmupdate.pl --nointeractive -f
echo "Done Updating, starting ZoneMinder"
deb-systemd-invoke start zoneminder.service || exit $?
else