mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-21 06:23:18 +00:00
Added support for Catserver type
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ fi
|
||||
export SERVER="/data/${baseName}"
|
||||
|
||||
if [ ! -f ${SERVER} ]; then
|
||||
log "Downloading ${SERVER}"
|
||||
log "Downloading ${baseName}"
|
||||
curl -o "${SERVER}" -fsSL "${mohistJob}lastSuccessfulBuild/artifact/${latestBuildRelPath}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user