diff --git a/defaults.inc b/defaults.inc index fef0e04..5dd160e 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="${1:-}" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.7.25-38' +VERS='2026.7.25-39' noupdate=' ' diff --git a/inc/deploy-iso-nfs-lxc.sh b/inc/deploy-iso-nfs-lxc.sh index ba7b967..f027b74 100644 --- a/inc/deploy-iso-nfs-lxc.sh +++ b/inc/deploy-iso-nfs-lxc.sh @@ -125,7 +125,7 @@ TAPM_DEPLOY_ISO_NFS_LXC() { return 1 fi - TAPM_ISO_NFS_PROMPT hostname "Container hostname" "iso-nfs" + TAPM_ISO_NFS_PROMPT hostname "Container hostname" "PVE-Shared-Storage" [[ "$hostname" =~ ^[A-Za-z0-9][A-Za-z0-9.-]{0,62}$ ]] || { TAPM_ISO_NFS_FAIL "The hostname is invalid."; return 1; } TAPM_ISO_NFS_PROMPT address_cidr "Static IPv4 address with prefix (example: 10.20.30.10/24)"