summaryrefslogtreecommitdiff
path: root/util/check_bootmode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/check_bootmode.sh')
-rw-r--r--util/check_bootmode.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/check_bootmode.sh b/util/check_bootmode.sh
index 560e2b7..299856a 100644
--- a/util/check_bootmode.sh
+++ b/util/check_bootmode.sh
@@ -20,8 +20,7 @@
if [ -d "/sys/firmware/efi/efivars" ]; then
echo "Booted with UEFI"
- echo "Checked bootmode - OK"
else
echo "Not booted with UEFI. Please enable it in your mainboard settings. - FAILED"
- echo "Checked bootmode - OK"
+ exit
fi