Code refactorization

This commit is contained in:
Aitor Ramos Sasselli
2017-10-28 10:04:52 +02:00
parent 518986d28e
commit a0e605814f
14 changed files with 708 additions and 672 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
su-exec minecraft /start-finalSetup01World $@