Aktualizovat adjust.sh
All checks were successful
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Successful in 48s
All checks were successful
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Successful in 48s
This commit is contained in:
parent
2301a91a46
commit
ac68d7834d
@ -17,5 +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 "enforce-secure-profile=false" > "$FILE_PATH"
|
||||
echo "server-name=$HOSTNAME" >> "$FILE_PATH"
|
||||
echo "enforce-secure-profile=false" >> "$FILE_PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user