From f0c8980eefc5ba6bce2cbfa75185563314dd2ce2 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Wed, 25 Nov 2020 19:27:27 +0700 Subject: [PATCH] Proper failsafe --- chroot_setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot_setup.bash b/chroot_setup.bash index d3a799c..28184d6 100755 --- a/chroot_setup.bash +++ b/chroot_setup.bash @@ -33,7 +33,7 @@ while true; do && [[ -e /usr/share/zoneinfo/$TIMEZONE ]] \ && ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime \ && break \ - || err "Timezone not found" + || echo "Timezone not found, enter it again." done msg "Creating user account..." CHROOT_USER="$(cat /tmp/archbox_user)"