summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stages/second_stage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh
index 2ce2ec7..192b946 100644
--- a/stages/second_stage.sh
+++ b/stages/second_stage.sh
@@ -37,6 +37,6 @@ bash configure_users.sh $admin_username $DEFAULT_PASSWORD
bash install_bootloader.sh $efi_partition_path $system_encryption $main_partition_path
-if [ "$desktop_wanted" = "yes" ]; then
+if [ "$desktop" = "yes" ]; then
bash configure_desktop.sh $desktop
fi