fix typo (cred to @ncshy on github)

Signed-off-by: Kaiwan N Billimoria <kaiwan.billimoria@gmail.com>
This commit is contained in:
Kaiwan N Billimoria
2025-06-02 08:17:31 +05:30
parent e1f7096a9a
commit a2d2531ff9

View File

@@ -218,7 +218,7 @@ kernel_ASLR_check
if [ $# -eq 1 ] ; then
if [ $1 -ne 0 -a $1 -ne 1 -a $1 -ne 2 ] ; then
fg red ; echo
fg_red ; echo
echo "${name}: set ASLR: invalid value (\"$1\"), aborting ..."
color_reset
exit 1