From e1cbfe2d76a5ec55cf8c78dd497a65f35188cf51 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 8 Nov 2023 00:00:21 +0200 Subject: [PATCH] do not close if server is running --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6fdae1d..a90e364 100644 --- a/start.sh +++ b/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 \ No newline at end of file +/app/MasterServer +tail -f /dev/null \ No newline at end of file