From cccafbca59c9076ad82c1a01187e4aa054ddd71e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 1 Apr 2019 14:13:36 -0300 Subject: Always run borger_check_multiple --- borger | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/borger b/borger index a481593..82abc7f 100755 --- a/borger +++ b/borger @@ -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 -- cgit v1.2.3