Browse Source

feat: Update entrypoint-user.sh

Changed the donate command to sponsor in the entrypoint-user.sh script. This commit updates the command to reflect changes in our platform.
pull/15/head
Daniel Gibbs 2 years ago
parent
commit
cfa8ff9069
  1. 2
      entrypoint-user.sh

2
entrypoint-user.sh

@ -25,7 +25,7 @@ if [ -z "$(ls -A -- "serverfiles" 2> /dev/null)" ]; then
install=1
else
# Donate to display logo
./${GAMESERVER} donate
./${GAMESERVER} sponsor
fi
echo -e ""
echo -e "Starting Update Checks"

Loading…
Cancel
Save