Skip to content

Commit 9a24561

Browse files
committed
Fixing sed command for php fpm exclusion.
1 parent e30184b commit 9a24561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ if [ "$apache" = 'no' ]; then
573573
software=$(echo "$software" | sed -e "s/libapache2-mod-php//")
574574
fi
575575
if [ "$phpfpm" = 'no' ]; then
576-
software=$(echo "$software" | sed -e "s///")
576+
software=$(echo "$software" | sed -e "s/php5-fpm//")
577577
software=$(echo "$software" | sed -e "s/php-fpm//")
578578
fi
579579
if [ "$vsftpd" = 'no' ]; then

0 commit comments

Comments
 (0)