easy fix for cli issue 1943

pull/2715/head
el-tocino 2020-10-06 17:13:21 -05:00
parent 7bd0e25466
commit 3c668a1b51
1 changed files with 3 additions and 1 deletions

View File

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