From ed5586b534419a1c43472ce3b9f0b7d2279cf349 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Thu, 12 Dec 2024 18:51:51 +0100 Subject: [PATCH] v9.9 - DietPi-Patches | Satisfy shellcheck --- .update/patches | 1 + 1 file changed, 1 insertion(+) diff --git a/.update/patches b/.update/patches index 5d129c7d89..a3a0ae86c8 100755 --- a/.update/patches +++ b/.update/patches @@ -2060,6 +2060,7 @@ Patch_9_9() G_EXEC systemctl --no-reload unmask logitechmediaserver G_EXEC systemctl --no-reload disable --now logitechmediaserver # Avoid that purging the old package removes user, log and data dir which are still in use by the new package + # shellcheck disable=SC2016 G_EXEC sed -i '/^if \[ "$1" = purge \]; then/,/^fi/d' /var/lib/dpkg/info/logitechmediaserver.postrm G_EXEC eval 'echo 35 >> /var/tmp/dietpi/dietpi-update_reinstalls' fi