热更脚本修改

main
PC-202302260912\Administrator 2023-09-07 13:34:29 +08:00
parent 7f08821ba1
commit 85284a1101
1 changed files with 2 additions and 2 deletions

View File

@ -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 "\n cat miduo_server/conf/c_database_version.json \n"
echo -e " \n cat miduo_server/conf/c_database_version.json \n"
cat ${BASE_DIR}/miduo_server/conf/c_database_version.json
echo "\n cat miduo_server/conf/hotfix.json \n"
echo -e " \n cat miduo_server/conf/hotfix.json \n"
cat ${BASE_DIR}/miduo_server/conf/hotfix.json
cd ${BASE_DIR}/hotfix || exit