Explorar o código

Add a space to resolve some issues with php-fpm.

Raphael Schneeberger %!s(int64=7) %!d(string=hai) anos
pai
achega
66edd9e792
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -566,7 +566,7 @@ if [ "$nginx" = 'no'  ]; then
     software=$(echo "$software" | sed -e "s/^nginx//")
 fi
 if [ "$apache" = 'no' ]; then
-    software=$(echo "$software" | sed -e "s/apache2//")
+    software=$(echo "$software" | sed -e "s/apache2 //")
     software=$(echo "$software" | sed -e "s/apache2-utils//")
     software=$(echo "$software" | sed -e "s/apache2-suexec-custom//")
     software=$(echo "$software" | sed -e "s/apache2.2-common//")