mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-17 17:35:23 +00:00
Added option to set USE_MODPACK_START_SCRIPT=false for CF modpacks (#591)
This commit is contained in:
@@ -108,4 +108,8 @@ requireVar() {
|
||||
log "ERROR: $1 is required to be set"
|
||||
exit 1
|
||||
fi
|
||||
if [ -z "${!1}" ]; then
|
||||
log "ERROR: $1 is required to be set"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user