Show info message if 'CLIENTS' is not set

This commit is contained in:
Paul-Christian Volkmer 2023-05-21 22:02:50 +02:00
parent 4ed0d15d2e
commit da5ca60755

View File

@ -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