mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
8bb20a7ae1
The installer was trying to write binaries to /opt/pulse/sensor-proxy/bin/ before creating the directory structure, causing 'No such file or directory' errors on fresh installs. Moved directory creation for INSTALL_ROOT and bin/ to before binary installation section (before line 657), ensuring directories exist before use. Related to cleanup implementation testing.