Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
easy fix for cli issue 1943
Browse files Browse the repository at this point in the history
  • Loading branch information
el-tocino committed Oct 6, 2020
1 parent 7bd0e25 commit 3c668a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start-mycroft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3c668a1

Please sign in to comment.