Update start-mycroft.sh
parent
5084de9791
commit
63e7b60837
|
@ -190,7 +190,7 @@ if [[ "${1}" == "restart" ]] || [[ "${_opt}" == "restart" ]] ; then
|
|||
fi
|
||||
_params=$@
|
||||
|
||||
if ! grep -i cli <<< "${_params}" ; then
|
||||
if [[ ! "${_opt}" == "cli" ]] ; then
|
||||
check-dependencies
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue