mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 10:18:25 +00:00
ebb512c023
ConfigPersistence was initialized with empty string instead of cfg.DataPath, causing webhooks to save to /etc/pulse instead of PULSE_DATA_DIR. This affected Docker deployments where /data is the persistent volume. Fixes #249