From 759a8e4ec8ed7847aaa4193157032d99f6af9509 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 1 Feb 2022 14:03:52 -0300 Subject: [PATCH] Update networkConf() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0b9d959..30e5ae4 100755 --- a/install.sh +++ b/install.sh @@ -324,7 +324,7 @@ setLocale() { } networkConf() { - hostname=$(dialog --inputbox "\nEnter the hostname." 9 28 3>&1 1>&2 2>&3) + hostname=$(dialog --inputbox "\nEnter the hostname." 10 28 3>&1 1>&2 2>&3) exitIfCancel "You must enter a hostname." echo "${hostname}" > /mnt/etc/hostname echo "