restic: name option correctly is error message

This commit is contained in:
Jerome Charaoui 2021-01-09 22:16:05 -05:00
parent 5e7081a879
commit 458c9197fc

View File

@ -93,7 +93,7 @@ function run_cmd {
### GLOBAL OPTIONS ############################################################
[ -z "$repository" ] && \
fatal "The repo option must be set."
fatal "The repository option must be set."
[ -z "$password" ] && [ -z "$password_file" ] && \
fatal "The password must be set by option 'password' or 'password_file'."