missing end for if

This commit is contained in:
Oğuz Yarımtepe 2010-06-15 05:54:59 +00:00
parent ca88379231
commit be5f7446e0
4 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,8 @@ if [[ -f "$PLANET_DIR/$LOCK_FILE" ]]; then
else
echo "there's a sync process running behind, please try again later.."
exit 1
fi
fi
touch "$PLANET_DIR/$LOCK_FILE"

View File

@ -87,6 +87,8 @@ if [[ -f "$PLANET_DIR/$LOCK_FILE" ]]; then
else
echo "there's a sync process running behind, please try again later.."
exit 1
fi
fi
touch "$PLANET_DIR/$LOCK_FILE"

View File

@ -87,6 +87,8 @@ if [[ -f "$PLANET_DIR/$LOCK_FILE" ]]; then
else
echo "there's a sync process running behind, please try again later.."
exit 1
fi
fi
touch "$PLANET_DIR/$LOCK_FILE"

View File

@ -87,6 +87,8 @@ if [[ -f "$PLANET_DIR/$LOCK_FILE" ]]; then
else
echo "there's a sync process running behind, please try again later.."
exit 1
fi
fi
touch "$PLANET_DIR/$LOCK_FILE"