Browse Source

add donate command to display linuxgsm logo

pull/5/head
Daniel Gibbs 2 years ago
parent
commit
b5eecfe9ba
  1. 3
      entrypoint.sh

3
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"

Loading…
Cancel
Save