This commit is contained in:
2026-07-25 18:54:17 -05:00
parent 7a2f968670
commit e12f5137bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
action="${1:-}" action="${1:-}"
FOLDER='/opt/idssys/ta-proxmenu' FOLDER='/opt/idssys/ta-proxmenu'
VERS='2026.7.25-38' VERS='2026.7.25-39'
noupdate=' ' noupdate=' '
+1 -1
View File
@@ -125,7 +125,7 @@ TAPM_DEPLOY_ISO_NFS_LXC() {
return 1 return 1
fi 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}$ ]] || [[ "$hostname" =~ ^[A-Za-z0-9][A-Za-z0-9.-]{0,62}$ ]] ||
{ TAPM_ISO_NFS_FAIL "The hostname is invalid."; return 1; } { 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)" TAPM_ISO_NFS_PROMPT address_cidr "Static IPv4 address with prefix (example: 10.20.30.10/24)"