mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-07 07:11:23 +00:00
New logger with color and specific types. Code cleanup (#3108)
This commit is contained in:
@@ -11,7 +11,7 @@ latestAsset=$(
|
||||
)
|
||||
|
||||
if [[ -z "${latestAsset}" ]]; then
|
||||
log "ERROR: latest release of Catserver is missing universal.jar asset"
|
||||
logError "Latest release of Catserver is missing universal.jar asset"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user