Added sleep 30 to entrypoint-xaseco.sh to wait for trackmania server to boot up
This commit is contained in:
parent
9f16e73977
commit
ccd6be23a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue