From cfa8ff9069b17756ad58614fd81fa3362f2b631e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 31 May 2023 23:46:14 +0100 Subject: [PATCH] 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. --- entrypoint-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 344c481..bff48bc 100755 --- a/entrypoint-user.sh +++ b/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"