Fix typo in uname command in start-configuration (#3635)

This commit is contained in:
Patrick Cudahy
2025-08-27 15:49:22 +02:00
committed by GitHub
parent cad2bc1ef6
commit d72db19b4e

View File

@@ -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