We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f80331 commit f92b539Copy full SHA for f92b539
1 file changed
install/hst-install-debian.sh
@@ -673,6 +673,7 @@ if [ "$iptables" = 'no' ] || [ "$fail2ban" = 'no' ]; then
673
software=$(echo "$software" | sed -e 's/fail2ban//')
674
fi
675
if [ "$phpfpm" = 'yes' ]; then
676
+ software=$(echo "$software" | sed -e 's/php//')
677
software=$(echo "$software" | sed -e 's/php-pgsql//')
678
software=$(echo "$software" | sed -e 's/php-curl//')
679
software=$(echo "$software" | sed -e 's/php-common//')
0 commit comments