bugfix
parent
bf527e0090
commit
1f5188bc14
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue