fix whitespace in service startup text
This commit is contained in:
parent
7b3f72d7a2
commit
fe0bd66f74
|
@ -61,9 +61,9 @@ fi
|
||||||
service apache2 start
|
service apache2 start
|
||||||
|
|
||||||
# Start ZoneMinder
|
# Start ZoneMinder
|
||||||
echo "* Starting ZoneMinder video surveillance recorder"
|
echo " * Starting ZoneMinder video surveillance recorder"
|
||||||
/usr/local/bin/zmpkg.pl start
|
/usr/local/bin/zmpkg.pl start
|
||||||
echo " ...done."
|
echo " ...done."
|
||||||
|
|
||||||
# Stay in a loop to keep the container running
|
# Stay in a loop to keep the container running
|
||||||
while :
|
while :
|
||||||
|
|
Loading…
Reference in New Issue