easy fix for cli issue 1943
parent
7bd0e25466
commit
3c668a1b51
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue