fix
This commit is contained in:
parent
aab8838ea5
commit
2aacbf1c3e
|
@ -20,7 +20,7 @@ run_server() {
|
|||
fi
|
||||
# 导航到相应的目录
|
||||
cd server/$server_name
|
||||
go build -linkshared
|
||||
go build
|
||||
|
||||
[ -f .gitignore ] || echo $server_name > .gitignore
|
||||
# 使用 screen 运行 go run <server_name>.go
|
||||
|
|
Loading…
Reference in New Issue
Block a user