diff --git a/entrypoint.sh b/entrypoint.sh index 6f04967..844b2a0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -60,6 +60,9 @@ if [ -z "$(ls -A -- "serverfiles")" ]; then echo "" echo "installing ${GAMESERVER}" ./${GAMESERVER} auto-install +else + # Donate to display logo + ./${GAMESERVER} donate fi echo "starting cron"