[mc] Ensure a fresh Bukkit/Spigot jar is downloaded every time

This commit is contained in:
Geoff Bourne 2016-03-06 15:34:02 -06:00
parent a4bd241be6
commit 68d731c096

View file

@ -61,7 +61,10 @@ case "$TYPE" in
exit 1 exit 1
;; ;;
esac esac
rm -f $SERVER
wget -q https://getspigot.org$URL wget -q https://getspigot.org$URL
;; ;;
FORGE|forge) FORGE|forge)