mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-01 12:26:26 +00:00
[mc] Ensure a fresh Bukkit/Spigot jar is downloaded every time
This commit is contained in:
@@ -61,7 +61,10 @@ case "$TYPE" in
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
rm -f $SERVER
|
||||
wget -q https://getspigot.org$URL
|
||||
|
||||
;;
|
||||
|
||||
FORGE|forge)
|
||||
|
||||
Reference in New Issue
Block a user