diff --git a/games/source/entrypoint.sh b/games/source/entrypoint.sh index b04e3c6..4f4bcfe 100644 --- a/games/source/entrypoint.sh +++ b/games/source/entrypoint.sh @@ -22,6 +22,9 @@ # SOFTWARE. # +# Give everything time to initialize for preventing SteamCMD deadlock +sleep 1 + # Default the TZ environment variable to UTC. TZ=${TZ:-UTC} export TZ