Skip to content

Commit

Permalink
Live patch 0 v9.9
Browse files Browse the repository at this point in the history
- Live patch 0 | Fix Sonarr v4 permissions for updater
  • Loading branch information
MichaIng committed Dec 25, 2024
1 parent c9eda88 commit 6d20546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .update/version
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ G_MIN_DEBIAN=6
# Alternative Git branch to automatically migrate to when Debian version is too low
G_OLD_DEBIAN_BRANCH='8'
# Live patches
G_LIVE_PATCH_DESC=()
G_LIVE_PATCH_COND=()
G_LIVE_PATCH=()
G_LIVE_PATCH_DESC=('Fix Sonarr v4 permissions for updater. Only needed if you plan to install or migrate to Sonarr v4 via dietpi-software.')
G_LIVE_PATCH_COND=('grep -q '\''ReadWritePaths=-/usr/lib/sonarr'\'' /boot/dietpi/dietpi-software')
G_LIVE_PATCH=('sed -i '\''s|ReadWritePaths=-/usr/lib/sonarr|ReadWritePaths=-$install_dir|'\'' /boot/dietpi/dietpi-software')

0 comments on commit 6d20546

Please sign in to comment.