From 7f08821ba11aad8ab34165c6b93cead8ed79bca9 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Tue, 5 Sep 2023 18:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E6=9B=B4=E8=84=9A=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hotfix_game.sh | 4 ++-- main.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hotfix_game.sh b/hotfix_game.sh index 4da9c5b..92494d8 100644 --- a/hotfix_game.sh +++ b/hotfix_game.sh @@ -109,9 +109,9 @@ cat ${BASE_DIR}/miduo_server/conf/c_database_version.json |awk -F':' '/tables/{p cat ${BASE_DIR}/miduo_server/conf/hotfix.json |grep name|awk -F'"' '{print $4}'|xargs -i find ${BASE_DIR}/miduo_server/serverlogic/build -name "{}"|xargs -i cp {} ${BASE_DIR}/hotfix/conf/hotswap tree hotfix -echo "cat miduo_server/conf/c_database_version.json" +echo "\n cat miduo_server/conf/c_database_version.json \n" cat ${BASE_DIR}/miduo_server/conf/c_database_version.json -echo "cat miduo_server/conf/hotfix.json" +echo "\n cat miduo_server/conf/hotfix.json \n" cat ${BASE_DIR}/miduo_server/conf/hotfix.json cd ${BASE_DIR}/hotfix || exit diff --git a/main.sh b/main.sh index b3a61bb..a718e04 100644 --- a/main.sh +++ b/main.sh @@ -372,8 +372,8 @@ update_gm(){ 1) gm_option "package" ;; # GM更新:打包 2) gm_option "single_update" ;; # GM更新:单机器更新 3) gm_option "batch_update" ;; # GM更新:批量更新 - 4) gm_option "single_reboot" ;; # GM更新:单机器重启 - 5) gm_option "batch_reboot" ;; # GM更新:批量重启 +# 4) gm_option "single_reboot" ;; # GM更新:单机器重启 +# 5) gm_option "batch_reboot" ;; # GM更新:批量重启 0) return ;; *) exit_script ;; esac