From 2a64f2483771ede6310b18a94e7301618d8dc4f7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 15 Dec 2019 11:39:20 +0100 Subject: Started change to new stages/util concept. --- util/check_bootmode.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util') 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 -- cgit v1.2.3-70-g09d2