You've already forked certbot-ubuntu
hyphen error
This commit is contained in:
@@ -63,7 +63,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
|
|
||||||
if [[ ! "$apitoken" =~ ^[A-Za-z0-9_-]{20,120}$ ]]; then
|
if [[ ! "$apitoken" =~ ^[A-Za-z0-9_-]{20,120}$ ]]; then
|
||||||
printf "\nERROR: Invalid API token format.\n"
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user