1
0
mirror of https://github.com/deajan/obackup.git synced 2025-02-06 03:13:49 +01:00

Fixed another horrible typo

This commit is contained in:
deajan 2015-01-08 18:57:00 +01:00
parent 9b0e673ee0
commit 03e0ec4654

View File

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