1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-30 20:23:07 +00:00

Clarify MTU in advanced Settings. (#3296)

* Update build.func

* Update build.func
This commit is contained in:
Michel Roegl-Brunner 2025-03-21 11:44:07 +01:00 committed by GitHub
parent adee6a419b
commit 28019ac04f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -715,7 +715,7 @@ advanced_settings() {
fi
echo -e "${DISABLEIPV6}${BOLD}${DGN}Disable IPv6: ${BGN}$DISABLEIP6${CL}"
if MTU1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set Interface MTU Size (leave blank for default [1500])" 8 58 --title "MTU SIZE" 3>&1 1>&2 2>&3); then
if MTU1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set Interface MTU Size (leave blank for default [The MTU of your selected vmbr, default is 1500])" 8 58 --title "MTU SIZE" 3>&1 1>&2 2>&3); then
if [ -z $MTU1 ]; then
MTU1="Default"
MTU=""