From: Silvio Rhatto Date: Mon, 1 Apr 2019 17:13:36 +0000 (-0300) Subject: Always run borger_check_multiple X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cccafbca59c9076ad82c1a01187e4aa054ddd71e;p=borger.git Always run borger_check_multiple --- 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