hyphen error

This commit is contained in:
2025-11-04 13:34:14 +01:00
parent 7eee6a4ec7
commit 5c101b4fc4

View File

@@ -63,7 +63,7 @@ while [[ $# -gt 0 ]]; do
if [[ ! "$apitoken" =~ ^[A-Za-z0-9_-]{20,120}$ ]]; then
printf "\nERROR: Invalid API token format.\n"
printf "Expected 20120 characters (AZ, az, 09, - or _).\n\n"
printf "Expected 20-120 characters (AZ, az, 09, - or _).\n\n"
exit 1
fi