do not close if server is running
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-08 00:00:21 +02:00
parent 4e6d55ca6a
commit e1cbfe2d76
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -25,4 +25,5 @@ echo "client_net_version=$CLIENT_VERSION" >> /app/sharedconfig.ini
echo "default_team_loot=$TEAM_LOOT" >> /app/sharedconfig.ini echo "default_team_loot=$TEAM_LOOT" >> /app/sharedconfig.ini
echo "start Server" echo "start Server"
/app/MasterServer /app/MasterServer
tail -f /dev/null