Minor visual change

dev
hkbakke 2017-03-18 13:20:41 +01:00 committed by GitHub
parent 287ffce9aa
commit eed54f1d2d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@ borg_init () {
${BORG} init "${BORG_REPO}" ${BORG} init "${BORG_REPO}"
} }
borg_backup () { borg_backup () {
EXCLUDE_CMD=() EXCLUDE_CMD=()
@ -58,6 +57,7 @@ borg_exec () {
${BORG} "$@" ${BORG} "$@"
} }
source "${CONFIG}" || exit 1 source "${CONFIG}" || exit 1
export BORG_PASSPHRASE export BORG_PASSPHRASE