mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-19 07:46:23 +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
|
||||
log "Memory usage and availability (in MB)"
|
||||
uname -parts
|
||||
uname -pars
|
||||
free -m
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user