mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-04 08:31:49 +00:00
0205717cb9
BentoPDF fetches /config.json at runtime. In our build/deploy flow this file
may be missing, causing noisy 404 errors in the browser console.
Create a minimal default config.json ({}), only when absent, during install
and update so custom configs are not overwritten.