add quotes for good measure.

pull/2715/head
el-tocino 2020-10-06 17:18:10 -05:00
parent 3c668a1b51
commit 5084de9791
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ if [[ "${1}" == "restart" ]] || [[ "${_opt}" == "restart" ]] ; then
fi
_params=$@
if ! grep -i cli <<< ${_params} ; then
if ! grep -i cli <<< "${_params}" ; then
check-dependencies
fi