Update start-mycroft.sh

pull/2715/head
el-tocino 2021-06-18 00:52:52 -05:00 committed by GitHub
parent 5084de9791
commit 63e7b60837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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