From 19dd3e315bc713f8ad313bf063a1016a903e0df4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 12 Jan 2020 13:52:48 +0100 Subject: Second bugfix. --- stages/first_stage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2