From 4b93e6f03471a3049a52d64d8e94b81ab197f4a3 Mon Sep 17 00:00:00 2001 From: seajee Date: Tue, 18 Jun 2024 19:04:51 +0200 Subject: [PATCH] Include echoerr function also in chroot.sh --- chroot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chroot.sh b/chroot.sh index 5e2ff7c..347bb99 100755 --- a/chroot.sh +++ b/chroot.sh @@ -5,6 +5,8 @@ timezone="Europe/Amsterdam" hostname="arch" password="" +echoerr() { cat <<< "$@" 1>&2; } + # Set the time zone read -p "Enter timezone (${timezone}): " input if [[ -n "$input" ]]; then