Update 'duplicacy.sh'
This commit is contained in:
@@ -58,7 +58,7 @@ if [ ${LATEST_DUPLICACY_VERSION} != ${INSTALLED_DUPLICACY_VERSION} ] || [ ! -e '
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# check if the /.duplicacy/preferences file exists before continuing
|
# check if the /.duplicacy/preferences file exists before continuing
|
||||||
if [ -e "/.duplicacy/preferences" ]; then
|
if [ ! -e "/.duplicacy/preferences" ]; then
|
||||||
echo "ERROR: Duplicacy not yet configured. Please refer to readme file"
|
echo "ERROR: Duplicacy not yet configured. Please refer to readme file"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user