Merge pull request #2715 from el-tocino/issue-1943
Fix #1943 - do not attempt update when only launching CLIpull/2924/head
commit
8fa6508cce
|
@ -190,7 +190,9 @@ if [[ "${1}" == "restart" ]] || [[ "${_opt}" == "restart" ]] ; then
|
|||
fi
|
||||
_params=$@
|
||||
|
||||
check-dependencies
|
||||
if [[ ! "${_opt}" == "cli" ]] ; then
|
||||
check-dependencies
|
||||
fi
|
||||
|
||||
case ${_opt} in
|
||||
"all")
|
||||
|
|
Loading…
Reference in New Issue