diff --git a/borg-backup-nc.sh b/borg-backup-nc.sh index 73651eb..d6b512a 100755 --- a/borg-backup-nc.sh +++ b/borg-backup-nc.sh @@ -268,6 +268,7 @@ fi if [[ -z "${NC_PATH}" ]] ; then fatal "Nextcloud's DocumentRoot directory not found!" +fi if [[ -h "${NC_PATH}" ]] ; then BORG_NC_PATH="${NC_PATH} $(realpath "${NC_PATH}")" else