From 4af278b6f02807b5ec0aaa2159cbcc3407d4a644 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 4 Mar 2021 11:07:27 +0100 Subject: [PATCH] Main:PhpUp added remove script if cur php is kept --- PhpUpdater.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PhpUpdater.sh b/PhpUpdater.sh index 41da8d8..d8b41a7 100644 --- a/PhpUpdater.sh +++ b/PhpUpdater.sh @@ -92,6 +92,7 @@ if [ $IMODE = n ]; then $PKGP -y $phpPkgName* else PhpPurge=0 + echo "$PKGP -y $phpPkgName*" > ~/remove-PHP-$phpver fi fi