Include echoerr function also in chroot.sh

This commit is contained in:
seajee
2024-06-18 19:04:51 +02:00
parent 7e4e281435
commit 4b93e6f034

View File

@@ -5,6 +5,8 @@ timezone="Europe/Amsterdam"
hostname="arch" hostname="arch"
password="" password=""
echoerr() { cat <<< "$@" 1>&2; }
# Set the time zone # Set the time zone
read -p "Enter timezone (${timezone}): " input read -p "Enter timezone (${timezone}): " input
if [[ -n "$input" ]]; then if [[ -n "$input" ]]; then