borg-backup-nc.sh: fix error add missing 'fi' to close if statement.
This commit is contained in:
parent
e57583a5d9
commit
93c1310cfc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user