Skip to content

Commit

Permalink
Update mtu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAminiDev authored Jun 12, 2024
1 parent 9e895ac commit 0f5e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mtu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f5e199

Please sign in to comment.