This commit is contained in:
+5
-5
@@ -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