Removing information to the user when script goes through.
This commit is contained in:
@ -9,6 +9,4 @@ total_memory_mb=$(( total_memory / 1024 ))
|
|||||||
if [[ "$total_memory_mb" -lt "4096" ]]; then
|
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."
|
echo "Not enough RAM: The system has only ${total_memory_mb}MiB of RAM, but at least 4096 is required."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
|
||||||
echo "Sufficient memory available. System has ${total_memory_mb}MiB of RAM."
|
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user