forked from github/dataease
fix: 修复 dectl 脚本在停止服务时无法停止同步管理服务的问题
This commit is contained in:
parent
2a582cfea5
commit
770a0785b6
@ -49,7 +49,7 @@ function usage() {
|
|||||||
}
|
}
|
||||||
function _generate_compose_file_args() {
|
function _generate_compose_file_args() {
|
||||||
if [[ $DE_INSTALL_MODE != "community" ]];then
|
if [[ $DE_INSTALL_MODE != "community" ]];then
|
||||||
compose_files="${compose_files} -f docker-compose-apisix.yml"
|
compose_files="${compose_files} -f docker-compose-apisix.yml -f docker-compose-task.yml"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
function _check_apisix_init() {
|
function _check_apisix_init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user