Include echoerr function also in chroot.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user