This commit is contained in:
melancn 2017-01-17 17:40:57 +08:00
parent 85a5a9e89d
commit bb9325edad

View File

@ -4202,7 +4202,7 @@ _process() {
return 1
fi
_sepexis=$(echo $_dvalue | grep ",")
_sepexis=$(echo "$_dvalue" | grep ",")
if [ "$_sepexis" ]; then
_err "'$_dvalue' is not a valid domain for parameter '$1', please use more command to add domains"
return 1