Update networkConf()

This commit is contained in:
Santiago Lo Coco 2022-02-01 14:03:52 -03:00
parent a3d084d63b
commit 759a8e4ec8
1 changed files with 1 additions and 1 deletions

View File

@ -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 "