mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-07-08 16:21:27 +00:00
ded7da536d
- Separates venv creation from service file migration logic - Always checks and fixes service file if it uses system python3 - Fixes installations that have venv but wrong service file path - Ensures all users running update script get automatic migration - Idempotent: safe to run multiple times This applies the same fix from PR #10459 (Bazarr) to SABnzbd, which has the identical bug pattern where service file migration was locked behind a venv existence check. Related: #7332, #10459