fix(ci): quote CTID path, fix bcrypt hash shell expansion, npm audit fix

This commit is contained in:
Pouzor
2026-03-28 12:49:50 +01:00
parent 0bdf835a3d
commit fd8735ce7f
3 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ for i in $(seq 1 20); do
done
# ── Grant NET_RAW for nmap (ping-based checks) ─────────────────────────────────
echo "lxc.cap.keep = net_raw net_bind_service" >> /etc/pve/lxc/${CTID}.conf 2>/dev/null || true
echo "lxc.cap.keep = net_raw net_bind_service" >> "/etc/pve/lxc/${CTID}.conf" 2>/dev/null || true
# ── Bootstrap curl then run the installer ─────────────────────────────────────
step "Running Homelable installer inside container $CTID..."