From: Arne Fitzenreiter Date: Fri, 19 Apr 2024 06:17:04 +0000 (+0000) Subject: core186: remove incinga and sslh if installed X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbda89e0fce3514f6d1d1f3d2499d7d26227f34b;p=people%2Fmfischer%2Fipfire-2.x.git core186: remove incinga and sslh if installed Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/186/update.sh b/config/rootfiles/core/186/update.sh index d79a35133..80510b934 100644 --- a/config/rootfiles/core/186/update.sh +++ b/config/rootfiles/core/186/update.sh @@ -85,6 +85,20 @@ rm -rvf \ /boot/dtb-* \ /lib/modules +# Remove icinga and sslh add-on, if installed +for addon in icinga sslh; do + if [ -e "/opt/pakfire/db/installed/meta-${addon}" ]; then + /etc/init.d/${addon} stop + for i in $(