From 5c101b4fc496d1d884adf7e794836cf350927320 Mon Sep 17 00:00:00 2001 From: allan Date: Tue, 4 Nov 2025 13:34:14 +0100 Subject: [PATCH] hyphen error --- certbotinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbotinstall b/certbotinstall index 0b8f2e1..0397f7e 100755 --- a/certbotinstall +++ b/certbotinstall @@ -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 20–120 characters (A–Z, a–z, 0–9, - or _).\n\n" + printf "Expected 20-120 characters (A–Z, a–z, 0–9, - or _).\n\n" exit 1 fi