From b5eecfe9ba938d1bc7a09c3ee6f60ebd5aa6e8d1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 28 Oct 2022 21:46:40 +0100 Subject: [PATCH] add donate command to display linuxgsm logo --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) 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"