This commit is contained in:
melancn 2017-01-17 17:15:13 +08:00
parent f10c585437
commit e09346406b

View File

@ -4203,7 +4203,7 @@ _process() {
fi
_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"
return 1
fi