|
@@ -723,7 +723,7 @@ fi
|
|
|
# Excluding packages
|
|
# Excluding packages
|
|
|
software=$(echo "$software" | sed -e "s/apache2.2-common//")
|
|
software=$(echo "$software" | sed -e "s/apache2.2-common//")
|
|
|
if [ "$nginx" = 'no' ]; then
|
|
if [ "$nginx" = 'no' ]; then
|
|
|
- software=$(echo "$software" | sed -e "s/^nginx//")
|
|
|
|
|
|
|
+ software=$(echo "$software" | sed -e "s/\bnginx\b/ /")
|
|
|
fi
|
|
fi
|
|
|
if [ "$apache" = 'no' ]; then
|
|
if [ "$apache" = 'no' ]; then
|
|
|
software=$(echo "$software" | sed -e "s/apache2 //")
|
|
software=$(echo "$software" | sed -e "s/apache2 //")
|