change Eula handling, disable server start
All checks were successful
Docker Build and Push / build (push) Successful in 1m6s

This commit is contained in:
2025-03-29 06:11:18 -04:00
parent 2037324375
commit cff62979ff
4 changed files with 40 additions and 10 deletions

View File

@ -16,10 +16,8 @@ crash() {
}
setEula() {
if [[ ! -s "eula.txt" ]]; then
echo "#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA)." >eula.txt
echo "eula=true" >>eula.txt
fi
echo "#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA)." >eula.txt
echo "eula=true" >>eula.txt
}
javaCheck() {
@ -157,4 +155,6 @@ javaCheck
serverSelect
runServer
setEula
#runServer