mirror of https://github.com/tteck/Proxmox.git
Update ubuntu-v5.sh
This commit is contained in:
parent
53e7fd9cf8
commit
29c2c1de87
|
@ -251,7 +251,6 @@ function advanced_settings() {
|
|||
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
|
||||
DISABLEIP6="no"
|
||||
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)
|
||||
exitstatus=$?
|
||||
if [ $exitstatus = 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue