fixed typo
This commit is contained in:
parent
f51c269431
commit
117ac3c92b
2
setup.sh
2
setup.sh
@ -99,7 +99,7 @@ if [ -f $OPLIST_PREP ]; then
|
|||||||
echo -n "[" > $SERVER_OPLIST
|
echo -n "[" > $SERVER_OPLIST
|
||||||
cat $OPLIST_PREP | while read u
|
cat $OPLIST_PREP | while read u
|
||||||
do
|
do
|
||||||
echo "Adding $u to whitelist"
|
echo "Adding $u to ops"
|
||||||
|
|
||||||
# get uuid of user
|
# get uuid of user
|
||||||
uuid=$(curl -s https://api.mojang.com/users/profiles/minecraft/$u | jq -r '.id')
|
uuid=$(curl -s https://api.mojang.com/users/profiles/minecraft/$u | jq -r '.id')
|
||||||
|
Loading…
Reference in New Issue
Block a user