style: indent RAM allocation warnings/errors

This commit is contained in:
Martin Wimpress 2024-06-25 12:54:45 +01:00 committed by Martin Wimpress
parent a4860869ee
commit 1c89f520f2
1 changed files with 3 additions and 3 deletions

View File

@ -597,7 +597,7 @@ function configure_ram() {
echo " You can override the guest RAM allocation by adding 'ram=${min_ram}G' to ${VM}" echo " You can override the guest RAM allocation by adding 'ram=${min_ram}G' to ${VM}"
exit 1 exit 1
else else
echo "WARNING! You have allocated less than the recommended ammount of RAM to run ${OS_PRETTY_NAME}." echo " WARNING! You have allocated less than the recommended amount of RAM to run ${OS_PRETTY_NAME}."
fi fi
fi fi
} }