mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
2a1bf28394
Reinstalling after removing /etc/pulse reaches setup_auto_updates before setup_directories has recreated the config directory. The system.json write then failed with "No such file or directory" while the run still printed that automatic updates were enabled, so the installer reported a state it had not reached. mkdir -p the config directory first, and fall back to disabling auto-updates when it cannot be created. Contract-Neutral: installer behavioural fix, no contract delta Refs #1663