Skip to content

Commit bef95c9

Browse files
committed
v9.5
- DietPi-Patches | Hide output when checking for installed jellyfin-ffmpeg5 package
1 parent 2367460 commit bef95c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.update/patches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ Patch_9_5()
16351635
(( $G_DISTRO > 6 )) && [[ -f '/etc/systemd/system/mpd.service.d/dietpi.conf' ]] && G_EXEC sed -i 's/no-daemon/systemd/' /etc/systemd/system/mpd.service.d/dietpi.conf
16361636

16371637
# Migrate jellyfin-ffmpeg5 => jellyfin-ffmpeg6
1638-
if dpkg-query -s jellyfin &> /dev/null && dpkg-query -s jellyfin-ffmpeg5
1638+
if dpkg-query -s jellyfin &> /dev/null && dpkg-query -s jellyfin-ffmpeg5 &> /dev/null
16391639
then
16401640
G_DIETPI-NOTIFY 2 'Migrating to Jellyfin FFmpeg 6'
16411641
G_AGI jellyfin

0 commit comments

Comments
 (0)