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')