From c8e4391eccf6cff06b7ee17d1a50912fe77faf32 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Feb 2018 12:41:05 +0000 Subject: [PATCH] core120: Remove forgotten PHP file Signed-off-by: Michael Tremer --- config/rootfiles/core/120/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/120/update.sh b/config/rootfiles/core/120/update.sh index c9bbd47232..aeff326748 100644 --- a/config/rootfiles/core/120/update.sh +++ b/config/rootfiles/core/120/update.sh @@ -31,6 +31,9 @@ for (( i=1; i<=$core; i++ )); do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done +# Remove forgotten PHP file +rm -f /etc/httpd/conf/conf.d/php5.conf + # Stop services # Extract files -- 2.39.5