From 3c668a1b51c8ed7ba341102234a32575a9dbeede Mon Sep 17 00:00:00 2001 From: el-tocino Date: Tue, 6 Oct 2020 17:13:21 -0500 Subject: [PATCH] easy fix for cli issue 1943 --- start-mycroft.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/start-mycroft.sh b/start-mycroft.sh index 05814c510d..d21954d834 100755 --- a/start-mycroft.sh +++ b/start-mycroft.sh @@ -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")