Update setup.sh

This commit is contained in:
Frede H 2022-04-19 16:44:20 +02:00 committed by GitHub
parent 3a849d1d6c
commit dd270e2e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ VERSION="0.1"
if [[ -z "$1" ]]; then
echo "Required username is mussing."
echo "Add a lowercase username using ascii alpha digits only (no number digits) as first argument."
echo "Add a lowercase username using ascii only (no number digits) as first argument."
echo " e.g. ${SCRIPTNAME} fido"
exit 1
fi