Skip to content

Commit cc1d4c5

Browse files
SergeantSerkigorpecovnik
authored andcommitted
Fix dialog typo
1 parent 11b3b33 commit cc1d4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/modules/system/change_system_hostname.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module_options+=(
1010
# @description Change system hostname
1111
#
1212
function change_system_hostname() {
13-
local new_hostname=$($DIALOG --title "Enter new hostnane" --inputbox "" 7 50 3>&1 1>&2 2>&3)
13+
local new_hostname=$($DIALOG --title "Enter new hostname" --inputbox "" 7 50 3>&1 1>&2 2>&3)
1414
[ $? -eq 0 ] && [ -n "${new_hostname}" ] && hostnamectl set-hostname "${new_hostname}"
1515
}
1616

0 commit comments

Comments
 (0)