main
PC-202302260912\Administrator 2023-08-02 16:06:01 +08:00
parent 50b3492c88
commit b2694d90e6
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ restart_server() {
# 发送包并重启
game_send_package() {
local channel=${1}
local package=${2}.tar.gz
local package=${2}
local reboot=${3}
local source_tar="/data/update/package/"
local destination_dir="/data/jieling/server"
@ -123,7 +123,7 @@ game_send_package() {
# 更新gm
gm_send_package() {
local channel=${1}
local package=gm.tar.gz
local package=gm
local source_tar="/data/update/project/miduo_gm/gm"
local destination_dir="/data/jieling/gm"