mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-23 12:15:24 +00:00
add option for force re-download of server file
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
@@ -6,7 +6,7 @@ if isURL ${CUSTOM_SERVER}; then
|
||||
filename=$(basename ${CUSTOM_SERVER})
|
||||
export SERVER=/data/${filename}
|
||||
|
||||
if [[ -f ${SERVER} ]]; then
|
||||
if [[ -f ${SERVER} ]] || [ -n "$FORCE_REDOWNLOAD" ]; then
|
||||
echo "Using previously downloaded jar at ${SERVER}"
|
||||
else
|
||||
echo "Downloading custom server jar from ${CUSTOM_SERVER} ..."
|
||||
|
||||
Reference in New Issue
Block a user