mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixed another horrible typo
This commit is contained in:
parent
9b0e673ee0
commit
03e0ec4654
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user