From 248a880c2e77d7a442edb97b3bcb36ccb7eccbc9 Mon Sep 17 00:00:00 2001 From: Matt C Date: Wed, 20 Oct 2021 14:40:36 -0400 Subject: [PATCH] fix a few borked variables --- citrine.internal.sh | 4 ++-- continue.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 99714ee..8d48bd5 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -43,7 +43,7 @@ pacman-key --populate crystal yesno "Do you need a keyboard layout other than QWERTY US?" KBD="$yn" -echo "KBD=$response" +echo "KBD=$KBD" # TODO: layout select in dialog if [[ "$KBD" == "0" || "$KBD" == "0" ]]; then @@ -64,7 +64,7 @@ fi clear yesno "Would you like to partition manually?" -echo "PMODE=$response" +echo "PMODE=$yn" PMODE="$yn" dumptitle="System Disks" diff --git a/continue.sh b/continue.sh index bb75b6f..9f17971 100755 --- a/continue.sh +++ b/continue.sh @@ -37,7 +37,7 @@ clear TZ="/usr/share/LMAO/XD" while [[ ! -f $TZ ]]; do msgbox "Pick a time zone (Format: America/New_York , Europe/London, etc)" - PT="$response" + PT="$msgdat" TZ="/usr/share/zoneinfo/${PT}" done