btrbk-mail: Use `btrbk` instead of unbound variable `$btrbk`

pull/73/head
Moritz Ulrich 2016-03-18 13:20:48 +01:00
parent c2b11775a0
commit 8abe8a915a
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