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:
@@ -72,7 +72,7 @@ case "$TYPE" in
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ ! -f $SERVER ]; then
|
||||
if [ ! -f $SERVER ] || [ -n "$FORCE_REDOWNLOAD" ]; then
|
||||
if [[ "$BUILD_SPIGOT_FROM_SOURCE" = TRUE || "$BUILD_SPIGOT_FROM_SOURCE" = true || "$BUILD_FROM_SOURCE" = TRUE || "$BUILD_FROM_SOURCE" = true ]]; then
|
||||
buildSpigotFromSource
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user