mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
[mc] Ensure a fresh Bukkit/Spigot jar is downloaded every time
This commit is contained in:
parent
a4bd241be6
commit
68d731c096
1 changed files with 3 additions and 0 deletions
|
@ -61,7 +61,10 @@ case "$TYPE" in
|
|||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
rm -f $SERVER
|
||||
wget -q https://getspigot.org$URL
|
||||
|
||||
;;
|
||||
|
||||
FORGE|forge)
|
||||
|
|
Loading…
Reference in a new issue