Skip to content

Commit 66edd9e

Browse files
committed
Add a space to resolve some issues with php-fpm.
1 parent 433cba9 commit 66edd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ if [ "$nginx" = 'no' ]; then
566566
software=$(echo "$software" | sed -e "s/^nginx//")
567567
fi
568568
if [ "$apache" = 'no' ]; then
569-
software=$(echo "$software" | sed -e "s/apache2//")
569+
software=$(echo "$software" | sed -e "s/apache2 //")
570570
software=$(echo "$software" | sed -e "s/apache2-utils//")
571571
software=$(echo "$software" | sed -e "s/apache2-suexec-custom//")
572572
software=$(echo "$software" | sed -e "s/apache2.2-common//")

0 commit comments

Comments
 (0)