diff --git a/src/borgwrapper b/src/borgwrapper index c8b9c7b..7c1d62e 100755 --- a/src/borgwrapper +++ b/src/borgwrapper @@ -267,7 +267,7 @@ MODE="${1}" echo "Loading config from ${CONFIG}" -source "${CONFIG}" || log "Config file: ${CONFIG} does not exit"; exit 1 +source "${CONFIG}" || { log "Config file: ${CONFIG} does not exist"; exit 1; } # Set some defaults [[ -n ${BORG_RSH} ]] || BORG_RSH="ssh"