add an echo to tell us that updating is done and we are trying to start.
This commit is contained in:
parent
6b70ff964b
commit
c1d2407ed3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue