太初行游戏服更新脚本修改
parent
e92ce391ae
commit
be3c7bd60c
|
|
@ -226,7 +226,7 @@ game_code_build(){
|
||||||
# 游戏代码正式更新
|
# 游戏代码正式更新
|
||||||
game_code_official(){
|
game_code_official(){
|
||||||
local type=$1
|
local type=$1
|
||||||
show_file package | grep "${type}"
|
show_file package | grep -E "update|hotfix"
|
||||||
read -rp "请输入包名(不需要带文件后缀):" package
|
read -rp "请输入包名(不需要带文件后缀):" package
|
||||||
show_file script/txt
|
show_file script/txt
|
||||||
read -rp "请输入ip地址或文件名称(不需要带文件后缀): " channel
|
read -rp "请输入ip地址或文件名称(不需要带文件后缀): " channel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue