summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-01-12 13:52:48 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-01-12 13:52:48 +0100
commit19dd3e315bc713f8ad313bf063a1016a903e0df4 (patch)
tree1732eb3fcaab6d6bfafb22acc5eb05df34b1fa94
parentf06de7db204216d4fe0d1d9a302ca78272afb1ad (diff)
downloadarchinstall-19dd3e315bc713f8ad313bf063a1016a903e0df4.tar
archinstall-19dd3e315bc713f8ad313bf063a1016a903e0df4.tar.zst
archinstall-19dd3e315bc713f8ad313bf063a1016a903e0df4.zip
Second bugfix.
-rw-r--r--stages/first_stage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh
index 03e5252..acb58f0 100644
--- a/stages/first_stage.sh
+++ b/stages/first_stage.sh
@@ -47,7 +47,7 @@ export admin_username=$(python $REPOSITORY_PATH/util/read_config_string.py $CONF
export system_encryption=$(python $REPOSITORY_PATH/util/read_config_string.py $CONFIG_FILE_PATH "system_encryption")
-if [ "$(check_bootmode.sh)" == "Booted with UEFI" ];then
+if [ "$(bash check_bootmode.sh)" == "Booted with UEFI" ];then
echo "Booted with UEFI - OK"