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