From bdcc53d309c066999d3923afb6a2573bcdd7ef5c Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 12 Aug 2016 10:04:10 -0400 Subject: [PATCH] add an echo to tell us that updating is done and we are trying to start. --- distros/debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/distros/debian/postinst b/distros/debian/postinst index 39e3dfc32..20f715793 100644 --- a/distros/debian/postinst +++ b/distros/debian/postinst @@ -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.'