Update ubuntu-v5.sh

This commit is contained in:
tteckster 2023-01-26 03:25:54 -05:00 committed by GitHub
parent 53e7fd9cf8
commit 29c2c1de87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ function advanced_settings() {
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}" echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no" DISABLEIP6="no"
fi fi
fi
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) 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=$? exitstatus=$?
if [ $exitstatus = 0 ]; then if [ $exitstatus = 0 ]; then