change Eula handling, disable server start
All checks were successful
Docker Build and Push / build (push) Successful in 1m6s
All checks were successful
Docker Build and Push / build (push) Successful in 1m6s
This commit is contained in:
10
scripts/mc
10
scripts/mc
@ -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
|
||||
|
Reference in New Issue
Block a user