From 117ac3c92b3769967e82c8f2770e727f2280bc36 Mon Sep 17 00:00:00 2001 From: Patrick Kuhs Date: Sat, 22 Mar 2025 21:33:33 +0100 Subject: [PATCH] fixed typo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 45af698..d62fd5e 100755 --- a/setup.sh +++ b/setup.sh @@ -99,7 +99,7 @@ if [ -f $OPLIST_PREP ]; then echo -n "[" > $SERVER_OPLIST cat $OPLIST_PREP | while read u do - echo "Adding $u to whitelist" + echo "Adding $u to ops" # get uuid of user uuid=$(curl -s https://api.mojang.com/users/profiles/minecraft/$u | jq -r '.id')