We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30184b commit 9a24561Copy full SHA for 9a24561
install/hst-install-debian.sh
@@ -573,7 +573,7 @@ if [ "$apache" = 'no' ]; then
573
software=$(echo "$software" | sed -e "s/libapache2-mod-php//")
574
fi
575
if [ "$phpfpm" = 'no' ]; then
576
- software=$(echo "$software" | sed -e "s///")
+ software=$(echo "$software" | sed -e "s/php5-fpm//")
577
software=$(echo "$software" | sed -e "s/php-fpm//")
578
579
if [ "$vsftpd" = 'no' ]; then
0 commit comments