Removing information to the user when script goes through.

This commit is contained in:
Lukas Greve
2025-06-15 14:30:48 +02:00
parent 684a49af14
commit 3b4724cf86

View File

@ -9,6 +9,4 @@ total_memory_mb=$(( total_memory / 1024 ))
if [[ "$total_memory_mb" -lt "4096" ]]; then
echo "Not enough RAM: The system has only ${total_memory_mb}MiB of RAM, but at least 4096 is required."
exit 1
else
echo "Sufficient memory available. System has ${total_memory_mb}MiB of RAM."
fi
fi