From 0db754048295b734f0b6e03e74d6db8fba09f753 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Thu, 30 Jul 2020 17:32:20 -0400 Subject: [PATCH] Update 'duplicacy.sh' --- duplicacy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicacy.sh b/duplicacy.sh index a1f090c..8ba0dd6 100644 --- a/duplicacy.sh +++ b/duplicacy.sh @@ -58,7 +58,7 @@ if [ ${LATEST_DUPLICACY_VERSION} != ${INSTALLED_DUPLICACY_VERSION} ] || [ ! -e ' fi # check if the /.duplicacy/preferences file exists before continuing -if [ ! -e "/.duplicacy/preferences" ]; then +if [ ! -e "/.duplicacy/preferences" ] || [ ! -e "/.duplicacy/filters" ]; then echo "ERROR: Duplicacy not yet configured. Please refer to readme file" exit fi