mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-20 12:48:30 +00:00
add option for force re-download of server file
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
@@ -28,7 +28,7 @@ fi
|
||||
|
||||
export SERVER="spongevanilla-$SPONGEVERSION.jar"
|
||||
|
||||
if [ ! -e $SERVER ]; then
|
||||
if [ ! -e $SERVER ] || [ -n "$FORCE_REDOWNLOAD" ]; then
|
||||
echo "Downloading $SERVER ..."
|
||||
curl -sSL -o $SERVER https://repo.spongepowered.org/maven/org/spongepowered/$TYPE/$SPONGEVERSION/$SERVER
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user