Proper failsafe
This commit is contained in:
parent
2a3098b049
commit
f0c8980eef
@ -33,7 +33,7 @@ while true; do
|
|||||||
&& [[ -e /usr/share/zoneinfo/$TIMEZONE ]] \
|
&& [[ -e /usr/share/zoneinfo/$TIMEZONE ]] \
|
||||||
&& ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime \
|
&& ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime \
|
||||||
&& break \
|
&& break \
|
||||||
|| err "Timezone not found"
|
|| echo "Timezone not found, enter it again."
|
||||||
done
|
done
|
||||||
msg "Creating user account..."
|
msg "Creating user account..."
|
||||||
CHROOT_USER="$(cat /tmp/archbox_user)"
|
CHROOT_USER="$(cat /tmp/archbox_user)"
|
||||||
|
Loading…
Reference in New Issue
Block a user