Update zoneminder.init

Remove my initials
This commit is contained in:
Andrew Bauer 2016-07-05 11:35:08 -05:00 committed by GitHub
parent 1f53377d8a
commit 1f060f1938
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