From 03e0ec46546c5c596a5470187d880b3489aaebf4 Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 8 Jan 2015 18:57:00 +0100 Subject: [PATCH] Fixed another horrible typo --- obackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obackup.sh b/obackup.sh index 36693e7..c45ffcd 100755 --- a/obackup.sh +++ b/obackup.sh @@ -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