diff options
-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 |