Minor syntax change

dev
hk 2017-06-07 01:46:36 +02:00
parent 8bb2a0e178
commit 8dbc1671b0
1 changed files with 1 additions and 3 deletions

View File

@ -176,9 +176,7 @@ export BORG_PASSPHRASE
trap 'error_handler ${LINENO} $?' ERR INT TERM trap 'error_handler ${LINENO} $?' ERR INT TERM
set -o errtrace -o pipefail set -o errtrace -o pipefail
if [[ ${BWLIMIT} -gt 0 ]]; then [[ ${BWLIMIT} -gt 0 ]] && limit_bw
limit_bw
fi
if [[ ${MODE} == "init" ]]; then if [[ ${MODE} == "init" ]]; then
borg_init borg_init