Purge /data/temp before each Spigot build

Fixes #354
This commit is contained in:
Geoff Bourne 2019-07-22 21:33:54 -05:00
parent 165150a852
commit cae1a20973

View File

@ -4,6 +4,7 @@ set -e
function buildSpigotFromSource {
echo "Building Spigot $VANILLA_VERSION from source, might take a while, get some coffee"
rm -rf /data/temp
mkdir /data/temp
cd /data/temp