Merge pull request #5 from knnniggett/patch-1

Update zoneminder.init
pull/1549/head
Steve Gilvarry 2016-07-18 21:04:51 +10:00 committed by GitHub
commit 14437189ca
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ command="$ZM_PATH_BIN/zmpkg.pl"
start() {
echo -n "Starting $prog: "
# ATB - wait for mysqld to start. Continue if it takes too long.
# Wait for mysqld to start. Continue if it takes too long.
count=0
while [ ! -e /var/run/mysqld/mysqld.sock ] && [ $count -lt 60 ]
do