This commit is contained in:
melancn 2017-01-17 17:36:41 +08:00
parent e09346406b
commit 85a5a9e89d

View File

@ -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