From ea142128064f51c181d4b151d0b927267c36eb17 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 23 Jan 2015 16:25:51 +0000 Subject: [PATCH] remove not on -z INCLIST check --- duplicity-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicity-backup.sh b/duplicity-backup.sh index 4704817..f5d91e1 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -373,7 +373,7 @@ get_source_file_size() done # if INCLIST is not set or empty, add ROOT to it to be able to calculate disk usage - if [ ! -z "$INCLIST" ]; then + if [ -z "$INCLIST" ]; then DUINCLIST=($ROOT) else DUINCLIST=$INCLIST