fixed typo

This commit is contained in:
Patrick Kuhs 2025-03-22 21:33:33 +01:00
parent f51c269431
commit 117ac3c92b

View File

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