Browse Source

test

pull/542/head
melancn 8 years ago
parent
commit
cae2b0146b
  1. 2
      acme.sh

2
acme.sh

@ -4202,7 +4202,7 @@ _process() {
return 1 return 1
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

Loading…
Cancel
Save