mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
316a56299c
The unified agent's Proxmox setup was missing the PVEDatastoreAdmin permission on /storage, causing local PVE backups to not appear in Pulse's backup overview for users who set up nodes via the agent. The UI-generated setup script already included this permission, but the agent path (--enable-proxmox) did not, creating an inconsistency. Related to #1139