From 63e7b6083707064181836403fd82c0204e0a7473 Mon Sep 17 00:00:00 2001 From: el-tocino Date: Fri, 18 Jun 2021 00:52:52 -0500 Subject: [PATCH] Update start-mycroft.sh --- start-mycroft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-mycroft.sh b/start-mycroft.sh index a84b0beadd71..4c6e453a3a50 100755 --- a/start-mycroft.sh +++ b/start-mycroft.sh @@ -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