diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 11:39:20 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 11:39:20 +0100 |
commit | 2a64f2483771ede6310b18a94e7301618d8dc4f7 (patch) | |
tree | a9ba6c6988b6e079752ba6ba48bae6c93cccc788 /util/check_bootmode.sh | |
parent | a5eb7e67ca1ea36c3c6ea6dc7c86c2703fe70620 (diff) | |
download | archinstall-2a64f2483771ede6310b18a94e7301618d8dc4f7.tar archinstall-2a64f2483771ede6310b18a94e7301618d8dc4f7.tar.zst archinstall-2a64f2483771ede6310b18a94e7301618d8dc4f7.zip |
Started change to new stages/util concept.
Diffstat (limited to 'util/check_bootmode.sh')
-rw-r--r-- | util/check_bootmode.sh | 3 |
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 |