fix: relocate cwos-portal decompiled output to correct path; remove nested directory

Former-commit-id: 7a35ba61e92ede5d81f132d969713dabe7a27194
This commit is contained in:
反编译工作区
2026-04-29 12:11:22 +08:00
parent e8672a3c7b
commit ee9c0aa26d
9 changed files with 176 additions and 64 deletions
@@ -177,8 +177,8 @@ if [[ "${ELEVATOR_SKIP_START:-0}" != "1" ]]; then
# Consul:若脚本未加载 bootstrap、且无本地 ConsulJAR 内嵌地址会导致 agentServiceRegister 失败→整进程退出(日志见 TransportException 8500)。
OFF_JVM=()
LOC_CHAIN_V1="file:${V1_DIR}/bootstrap.properties,file:${V1_DIR}/application.properties,file:${V1_DIR}/redis-override.properties"
LOC_CHAIN_V2="file:${V2_DIR}/bootstrap.properties,file:${V2_DIR}/application.properties,file:${V2_DIR}/redis-override.properties"
LOC_CHAIN_V1="file:${V1_DIR}/bootstrap.properties,file:${V1_DIR}/application.properties,file:${V1_DIR}/application-access-control.properties,file:${V1_DIR}/redis-override.properties"
LOC_CHAIN_V2="file:${V2_DIR}/bootstrap.properties,file:${V2_DIR}/application.properties,file:${V2_DIR}/application-access-control.properties,file:${V2_DIR}/redis-override.properties"
if [[ "${ELEVATOR_PARITY_OFFLINE:-1}" == "1" ]] && [[ -f "${PARITY_OFFLINE_PROPS}" ]]; then
LOC_CHAIN_V1+=",file:${PARITY_OFFLINE_PROPS}"
LOC_CHAIN_V2+=",file:${PARITY_OFFLINE_PROPS}"