mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
fix: relocate cwos-portal decompiled output to correct path; remove nested directory
Former-commit-id: 7a35ba61e92ede5d81f132d969713dabe7a27194
This commit is contained in:
@@ -177,8 +177,8 @@ if [[ "${ELEVATOR_SKIP_START:-0}" != "1" ]]; then
|
||||
|
||||
# Consul:若脚本未加载 bootstrap、且无本地 Consul,JAR 内嵌地址会导致 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}"
|
||||
|
||||
Reference in New Issue
Block a user