Commit b51476f1 by Jason O'Donnell

Fix typo in init.d script

parent 90ef877e
...@@ -91,7 +91,7 @@ case "$1" in ...@@ -91,7 +91,7 @@ case "$1" in
then then
sleep 1 sleep 1
# check if pid file has been written two # check if pid file has been written to
if ! [[ -s $PID_FILE ]]; then if ! [[ -s $PID_FILE ]]; then
log_end_msg 1 log_end_msg 1
exit 1 exit 1
......
...@@ -96,7 +96,7 @@ case "$1" in ...@@ -96,7 +96,7 @@ case "$1" in
if [ $return -eq 0 ] if [ $return -eq 0 ]
then then
sleep 1 sleep 1
# check if pid file has been written two # check if pid file has been written to
if ! [[ -s $PID_FILE ]]; then if ! [[ -s $PID_FILE ]]; then
echo "FAILED" echo "FAILED"
exit 1 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