dev
Bryan 2020-11-04 08:00:20 -06:00
parent bf527e0090
commit 1f5188bc14
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ MODE="${1}"
echo "Loading config from ${CONFIG}" 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 # Set some defaults
[[ -n ${BORG_RSH} ]] || BORG_RSH="ssh" [[ -n ${BORG_RSH} ]] || BORG_RSH="ssh"