sed nginx no #2009

This commit is contained in:
Anton Reutov
2021-08-02 16:15:43 +03:00
committed by GitHub
parent 06ff183f21
commit f3872ada4a

View File

@@ -561,7 +561,7 @@ mv $VESTA/conf/* $vst_backups/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/httpd//")