From 73bd007f6e9e6c22ca45db11512321e14e8f8588 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 29 Apr 2024 16:27:22 +0200 Subject: [PATCH] evobackupctl: use $ARGS --- client/bin/evobackupctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/bin/evobackupctl b/client/bin/evobackupctl index e82fe5c..b0b4e0c 100644 --- a/client/bin/evobackupctl +++ b/client/bin/evobackupctl @@ -63,7 +63,7 @@ copy_template() { main() { # If no argument is provided, print help and exit # shellcheck disable=SC2086 - if [ -z ${1:-''} ]; then + if [ -z ${ARGS} ]; then show_help exit 0 fi