Commit c4365e22 by Carl Bergquist Committed by GitHub

Merge pull request #9605 from jasonodonnell/master

Fix typos in init.d comment
parents 90ef877e b51476f1
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment