Update 'duplicacy.sh'

This commit is contained in:
2020-07-30 17:32:20 -04:00
parent 7082f03fe3
commit 0db7540482

View File

@@ -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