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
set -o errtrace -o pipefail
if [[ ${BWLIMIT} -gt 0 ]]; then
limit_bw
fi
[[ ${BWLIMIT} -gt 0 ]] && limit_bw
if [[ ${MODE} == "init" ]]; then
borg_init