btrbk-mail: bugfix: use `btrbk` instead of unbound variable `$btrbk`

pull/88/head
Moritz Ulrich 2016-03-18 13:20:48 +01:00 committed by Axel Burri
parent c2b11775a0
commit d47cc25f60
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ case $exitcode in
;;
10) status="ERROR: At least one backup task aborted!"
;;
*) status="ERROR: $btrbk failed with error code $exitcode"
*) status="ERROR: btrbk failed with error code $exitcode"
;;
esac