From 0f5e199a10b13c5f720acaf83163329b4660f155 Mon Sep 17 00:00:00 2001 From: Pouria Amini <168713477+MrAminiDev@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:54:01 +0330 Subject: [PATCH] Update mtu.sh --- scripts/mtu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mtu.sh b/scripts/mtu.sh index 0b3149a..b3e8a57 100644 --- a/scripts/mtu.sh +++ b/scripts/mtu.sh @@ -38,7 +38,7 @@ show_menu() { exit 1 fi - read -p "Is the default network interface eth0? (In Hezner datacenter, the default is eth0) [Y/N]: " default_iface + read -p "Is the default network interface eth0?(Hetzner datacenter, the default is eth0) [Y/N]: " default_iface if [[ $default_iface == "Y" || $default_iface == "y" ]]; then interface="eth0"