summaryrefslogtreecommitdiff
path: root/stages/first_stage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stages/first_stage.sh')
-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"