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
@@ -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)"