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:04:10 -04:00
parent c1d2407ed3
commit bdcc53d309
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ if [ "$1" = "configure" ]; then
invoke-rc.d zoneminder stop || true
zmupdate.pl --nointeractive
zmupdate.pl --nointeractive -f
echo "Done Updating, starting ZoneMinder"
invoke-rc.d zoneminder start || true
else
echo 'NOTE: mysql not running, please start mysql and run dpkg-reconfigure zoneminder when it is running.'