sed nginx no

This commit is contained in:
Anton Reutov 2021-08-02 16:11:10 +03:00 committed by GitHub
commit 06ff183f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -553,7 +553,7 @@ if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
fi
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 //")