mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-24 12:45:25 +00:00
Fix typo in uname command in start-configuration (#3635)
This commit is contained in:
@@ -50,7 +50,7 @@ fi
|
|||||||
|
|
||||||
if isTrue "${DEBUG_MEMORY:-false}"; then
|
if isTrue "${DEBUG_MEMORY:-false}"; then
|
||||||
log "Memory usage and availability (in MB)"
|
log "Memory usage and availability (in MB)"
|
||||||
uname -parts
|
uname -pars
|
||||||
free -m
|
free -m
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user