From 9006ccd624a929fe9c7c2e0b59776412ab0cceb1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 12 Jan 2023 12:52:49 -0500 Subject: [PATCH] Update debian-v5.sh --- ct/debian-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/debian-v5.sh b/ct/debian-v5.sh index a73d8938..f4a14602 100644 --- a/ct/debian-v5.sh +++ b/ct/debian-v5.sh @@ -224,7 +224,7 @@ function advanced_settings() { echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}" fi fi - MTU1=$(whiptail --inputbox "Set Interface MTU Size" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3) + MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 0 ]; then if [ -z $MTU1 ]; then