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 433cba9 commit 66edd9eCopy full SHA for 66edd9e
install/hst-install-ubuntu.sh
@@ -566,7 +566,7 @@ if [ "$nginx" = 'no' ]; then
566
software=$(echo "$software" | sed -e "s/^nginx//")
567
fi
568
if [ "$apache" = 'no' ]; then
569
- software=$(echo "$software" | sed -e "s/apache2//")
+ software=$(echo "$software" | sed -e "s/apache2 //")
570
software=$(echo "$software" | sed -e "s/apache2-utils//")
571
software=$(echo "$software" | sed -e "s/apache2-suexec-custom//")
572
software=$(echo "$software" | sed -e "s/apache2.2-common//")
0 commit comments