Merge pull request #9605 from jasonodonnell/master

Fix typos in init.d comment
This commit is contained in:
Carl Bergquist 2017-10-20 20:12:51 +02:00 committed by GitHub
commit c4365e225c
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ case "$1" in
then
sleep 1
# check if pid file has been written two
# check if pid file has been written to
if ! [[ -s $PID_FILE ]]; then
log_end_msg 1
exit 1

View File

@ -96,7 +96,7 @@ case "$1" in
if [ $return -eq 0 ]
then
sleep 1
# check if pid file has been written two
# check if pid file has been written to
if ! [[ -s $PID_FILE ]]; then
echo "FAILED"
exit 1