diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-04-01 14:13:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-04-01 14:13:36 -0300 |
commit | cccafbca59c9076ad82c1a01187e4aa054ddd71e (patch) | |
tree | 9c79319c73d7c8a9e87cfd83b05b1dac074e2e5c | |
parent | b765763cd75dd1f0dd571b25e7062983e27f744f (diff) | |
download | borger-cccafbca59c9076ad82c1a01187e4aa054ddd71e.tar.gz borger-cccafbca59c9076ad82c1a01187e4aa054ddd71e.tar.bz2 |
Always run borger_check_multiple
-rwxr-xr-x | borger | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -269,15 +269,19 @@ if [ -z "$DESTINATION" ]; then elif [ -z "$OPTION" ]; then borger_run elif [ "$OPTION" == "--list" ]; then + borger_check_multiple borger_config borger_list elif [ "$OPTION" == "--check" ]; then + borger_check_multiple borger_config borger_check elif [ "$OPTION" == "--info" ]; then + borger_check_multiple borger_config borger_info elif [ "$OPTION" == "--continuous" ]; then + borger_check_multiple borger_config # Convert the pass command to passphrase otherwise |