Repaired some bugs from refactor

This commit is contained in:
Aitor Ramos Sasselli
2017-11-01 06:42:44 +01:00
parent 0c1c6d198c
commit ee5a95baa8
12 changed files with 718 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
export SERVER="minecraft_server.$VANILLA_VERSION.jar"
if [ ! -e $SERVER ]; then
echo "Downloading $SERVER ..."
wget -q https://s3.amazonaws.com/Minecraft.Download/versions/$VANILLA_VERSION/$SERVER
fi
# Continue to Final Setup
exec /start-finalSetup01World $@