diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 13:52:48 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 13:52:48 +0100 |
commit | 19dd3e315bc713f8ad313bf063a1016a903e0df4 (patch) | |
tree | 1732eb3fcaab6d6bfafb22acc5eb05df34b1fa94 /stages/first_stage.sh | |
parent | f06de7db204216d4fe0d1d9a302ca78272afb1ad (diff) | |
download | archinstall-19dd3e315bc713f8ad313bf063a1016a903e0df4.tar archinstall-19dd3e315bc713f8ad313bf063a1016a903e0df4.tar.zst archinstall-19dd3e315bc713f8ad313bf063a1016a903e0df4.zip |
Second bugfix.
Diffstat (limited to 'stages/first_stage.sh')
-rw-r--r-- | stages/first_stage.sh | 2 |
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" |