fix bugs 2

This commit is contained in:
LDOUBLEV 2021-07-19 11:35:27 +00:00
parent 69663192cb
commit acd6384187
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ function func_parser_params(){
value=${array[1]}
if [[ ${mode} = ${MODE} ]]; then
IFS="|"
echo $(func_set_params "${mode}" "${value}")
#echo $(func_set_params "${mode}" "${value}")
echo value
break
fi
IFS="|"