From da5ca6075538bcd1d3f149ebaa9f7d07a30ed10f Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 21 May 2023 22:02:50 +0200 Subject: [PATCH] Show info message if 'CLIENTS' is not set --- scripts/create-config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/create-config.sh b/scripts/create-config.sh index 8963c10..8f14d82 100755 --- a/scripts/create-config.sh +++ b/scripts/create-config.sh @@ -54,6 +54,7 @@ else fi if [[ -z $CLIENTS ]]; then + echo " - No value for 'CLIENTS'. Use command 'add' to add a client." CLIENTS=0 fi