mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
restic: name option correctly is error message
This commit is contained in:
parent
5e7081a879
commit
458c9197fc
@ -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'."
|
||||
|
Loading…
Reference in New Issue
Block a user