summaryrefslogtreecommitdiff
path: root/util/check_bootmode.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-15 11:39:20 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-15 11:39:20 +0100
commit2a64f2483771ede6310b18a94e7301618d8dc4f7 (patch)
treea9ba6c6988b6e079752ba6ba48bae6c93cccc788 /util/check_bootmode.sh
parenta5eb7e67ca1ea36c3c6ea6dc7c86c2703fe70620 (diff)
downloadarchinstall-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.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