This commit is contained in:
2026-07-25 19:04:05 -05:00
parent e12f5137bd
commit 67e109d923
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
action="${1:-}"
FOLDER='/opt/idssys/ta-proxmenu'
VERS='2026.7.25-39'
VERS='2026.7.25-40'
noupdate=' '
+2
View File
@@ -248,6 +248,8 @@ TAPM_DEPLOY_ISO_NFS_LXC() {
{ TAPM_ISO_NFS_FAIL "NFS package installation failed inside container ${ctid}."; return 1; }
pct exec "$ctid" -- install -d -m 0775 /srv/iso/template/iso ||
{ TAPM_ISO_NFS_FAIL "Could not initialize the ISO directory."; return 1; }
pct exec "$ctid" -- install -d -m 0755 /etc/exports.d ||
{ TAPM_ISO_NFS_FAIL "Could not initialize the NFS exports directory."; return 1; }
printf '/srv/iso %s(rw,sync,no_subtree_check,no_root_squash)\n' "$client_cidr" |
pct exec "$ctid" -- tee /etc/exports.d/proxmox-isos.exports >/dev/null ||
{ TAPM_ISO_NFS_FAIL "Could not write the NFS export configuration."; return 1; }