mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 23:17:41 +00:00
fix
This commit is contained in:
parent
e09346406b
commit
85a5a9e89d
2
acme.sh
2
acme.sh
@ -4203,7 +4203,7 @@ _process() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
_sepexis=$(echo $_dvalue | grep ",")
|
_sepexis=$(echo $_dvalue | grep ",")
|
||||||
if [ $_sepexis ]; then
|
if [ "$_sepexis" ]; then
|
||||||
_err "'$_dvalue' is not a valid domain for parameter '$1', please use more command to add domains"
|
_err "'$_dvalue' is not a valid domain for parameter '$1', please use more command to add domains"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user