Main:PhpUp added remove script if cur php is kept

This commit is contained in:
2021-03-04 11:07:27 +01:00
parent b15f8a33ed
commit 4af278b6f0

View File

@@ -92,6 +92,7 @@ if [ $IMODE = n ]; then
$PKGP -y $phpPkgName* $PKGP -y $phpPkgName*
else else
PhpPurge=0 PhpPurge=0
echo "$PKGP -y $phpPkgName*" > ~/remove-PHP-$phpver
fi fi
fi fi