Added sleep 30 to entrypoint-xaseco.sh to wait for trackmania server to boot up

This commit is contained in:
Hendrik Boll 2019-05-12 15:04:18 +02:00
parent 9f16e73977
commit ccd6be23a2
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
set -e
# Sleep for 30 seconds to wait for trackmania server
sleep 30
if [[ -e /etc/xaseco/env ]]
then
. /etc/tmserver/env