acme更正
This commit is contained in:
parent
6e2693ff8a
commit
077622f5d3
@ -5,7 +5,7 @@ if [[ ! -f "${HOME}/.acme.sh/acme.sh" ]];then
|
||||
declare mail
|
||||
declare domain
|
||||
read -p "请输入用来申请域名的邮箱:" mail
|
||||
if [[ ! $mail =~ \w+@\w+\.[a-z]+ ]];then
|
||||
if [[ ! $mail =~ \b[\w.%+-]+@[\w.-]+\.[a-zA-Z]{2,6}\b ]];then
|
||||
echo "邮箱不合法"
|
||||
exit
|
||||
fi
|
||||
@ -81,7 +81,7 @@ case $pick_mode in
|
||||
declare CF_Key
|
||||
declare CF_Email
|
||||
read -p "请输入cloudflare的邮箱:" CF_Email
|
||||
if [[ ! $CF_Email =~ \w+@\w+\.[a-z]+ ]];then
|
||||
if [[ ! $CF_Email =~ \b[\w.%+-]+@[\w.-]+\.[a-zA-Z]{2,6}\b ]];then
|
||||
echo "邮箱不合法"
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user