update service startup text

This commit is contained in:
Andrew Bauer 2018-01-16 20:02:18 -06:00 committed by GitHub
parent 6826ebff9f
commit 7b3f72d7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ fi
service apache2 start service apache2 start
# Start ZoneMinder # Start ZoneMinder
/usr/local/bin/zmpkg.pl start && echo "ZoneMinder started" echo "* Starting ZoneMinder video surveillance recorder"
/usr/local/bin/zmpkg.pl start
echo " ...done."
# Stay in a loop to keep the container running # Stay in a loop to keep the container running
while : while :