From 6827fabdb7fdb52e79ffe0d89a31e838340c3413 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 15 Oct 2024 12:17:29 +0800 Subject: [PATCH] update scripts --- scripts_244/deploy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts_244/deploy.sh b/scripts_244/deploy.sh index 6145d6ce..22d879d6 100644 --- a/scripts_244/deploy.sh +++ b/scripts_244/deploy.sh @@ -11,8 +11,8 @@ app_source_jars=( "bonus-gateway-${jar_version}.jar" "bonus-system-${jar_version}.jar" "bonus-job-${jar_version}.jar" - #"bonus-file-${jar_version}.jar" - #"bonus-visual-monitor-${jar_version}.jar" + "bonus-file-${jar_version}.jar" + "bonus-visual-monitor-${jar_version}.jar" ) #for source_jar in "${app_source_jars[@]}"; do @@ -42,8 +42,8 @@ jars=("bonus-auth-${jar_version}-material.jar --spring.config.location=file:auth "bonus-gateway-${jar_version}-material.jar --spring.config.location=file:gateway_bootstrap.yml" "bonus-system-${jar_version}-material.jar --spring.config.location=file:system_bootstrap.yml" "bonus-job-${jar_version}-material.jar --spring.config.location=file:job_bootstrap.yml" -#"bonus-file-${jar_version}-material.jar --spring.config.location=file:file_bootstrap.yml" -#"bonus-visual-${jar_version}-monitor-material.jar --spring.config.location=file:visual_bootstrap.yml" +"bonus-file-${jar_version}-material.jar --spring.config.location=file:file_bootstrap.yml" +"bonus-visual-${jar_version}-monitor-material.jar --spring.config.location=file:visual_bootstrap.yml" "bonus-material.jar --spring.config.location=file:material_bootstrap.yml") # 遍历数组并检查每个JAR文件的进程