Fixed another horrible typo

This commit is contained in:
deajan 2015-01-08 18:57:00 +01:00
parent 9b0e673ee0
commit 03e0ec4654
1 changed files with 1 additions and 1 deletions

View File

@ -1280,7 +1280,7 @@ function Init
RSYNC_EXCLUDE="$RSYNC_EXCLUDE --exclude=\"$PARTIAL_DIR\""
fi
if [ "DELETE_VANISHED_FILES" == "yes" ]
if [ "$DELETE_VANISHED_FILES" == "yes" ]
then
SYNC_OPTS=$SYNC_OPTS" --delete"
fi