Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Afan Ottenheimer committed Oct 30, 2015
1 parent 12f067a commit fddc0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fi-backup.sh
Expand Up @@ -650,9 +650,9 @@ for DOMAIN in $DOMAINS_NOTRUNNING; do

if [ $_ret -eq 0 ]; then
try_lock "$DOMAIN"
if [ $? -eq 0 ]; then
_ret=$?
if [ $_ret -ne 0 ]; then
print_v e "Another instance of $0 is already running on '$DOMAIN'! Skipping backup of '$DOMAIN'"
_ret=1
fi
fi

Expand Down

0 comments on commit fddc0de

Please sign in to comment.