mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-04 06:32:16 +00:00
Short hotfix until version helper function is done (#520)
This commit is contained in:
@@ -20,7 +20,16 @@ function buildSpigotFromSource {
|
|||||||
cat /data/spigot_build.log
|
cat /data/spigot_build.log
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
mv craftbukkit-*.jar /data/${SERVER}
|
if [ $VANILLA_VERSION != "1.15.2" -a \
|
||||||
|
$VANILLA_VERSION != "1.15.1" -a \
|
||||||
|
$VANILLA_VERSION != "1.15" -a \
|
||||||
|
$VANILLA_VERSION != "1.14.4" -a \
|
||||||
|
$VANILLA_VERSION != "1.14.3" -a \
|
||||||
|
$VANILLA_VERSION != "1.14.2" -a \
|
||||||
|
$VANILLA_VERSION != "1.14.1" -a \
|
||||||
|
$VANILLA_VERSION != "1.14" ]; then
|
||||||
|
mv craftbukkit-*.jar /data/${SERVER}
|
||||||
|
fi
|
||||||
log "Cleaning up"
|
log "Cleaning up"
|
||||||
rm -rf /data/temp
|
rm -rf /data/temp
|
||||||
cd /data
|
cd /data
|
||||||
|
|||||||
Reference in New Issue
Block a user