Aktualizovat adjust.sh
Some checks failed
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Has been cancelled
Some checks failed
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Has been cancelled
This commit is contained in:
parent
b3d03c54ed
commit
2301a91a46
@ -17,4 +17,5 @@ sed -i "s/^Server_Name: server_name/Server_Name: $HOSTNAME/" $FILE_PATH
|
||||
FILE_PATH="/data/server.properties"
|
||||
|
||||
# Create or overwrite the server.properties file with the hostname
|
||||
echo "server-name: $HOSTNAME" > "$FILE_PATH"
|
||||
echo "server-name=$HOSTNAME" > "$FILE_PATH"
|
||||
echo "enforce-secure-profile=false" > "$FILE_PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user