sed nginx no #2009

This commit is contained in:
Anton Reutov 2021-08-02 16:18:48 +03:00 committed by GitHub
commit 88e54a8671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -568,7 +568,7 @@ rm -rf $VESTA > /dev/null 2>&1
# Excluding packages
if [ "$nginx" = 'no' ]; then
software=$(echo "$software" | sed -e "s/^nginx//")
software=$(echo "$software" | sed -e "s/ nginx/ /")
fi
if [ "$apache" = 'no' ]; then
software=$(echo "$software" | sed -e "s/apache2 //")