do not close if server is running
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4e6d55ca6a
commit
e1cbfe2d76
1 changed files with 2 additions and 1 deletions
3
start.sh
3
start.sh
|
@ -25,4 +25,5 @@ echo "client_net_version=$CLIENT_VERSION" >> /app/sharedconfig.ini
|
|||
echo "default_team_loot=$TEAM_LOOT" >> /app/sharedconfig.ini
|
||||
|
||||
echo "start Server"
|
||||
/app/MasterServer
|
||||
/app/MasterServer
|
||||
tail -f /dev/null
|
Loading…
Reference in a new issue