Let the plugin read partner vars from the same RAM cache bash reads, so PHP and bash cannot disagree about a partner

This commit is contained in:
Gmer4Lfe
2026-08-16 19:40:49 -04:00
parent 4f95cc6d13
commit 35e59d2510
8 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -173,7 +173,7 @@
fi
# ━━━ Source partner confs from /tmp cache ━━━
# conf_sync.sh pulls partner host*.conf files into /tmp/.cache/vv/d/
# conf_sync.sh pulls partner host*.conf files into /tmp/varaverk/conf/
# on array start and after any conf save. Sourcing them here makes partner vars
# (HOST2_*, HOST3_*, …) available without committing credentials to the git repo
# or violating sparse checkout — partner confs live in RAM only, cleared on reboot.