From f3872ada4a5f4812450e1d5259ebaed44b399cc6 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Mon, 2 Aug 2021 16:15:43 +0300 Subject: [PATCH] sed nginx no #2009 --- install/vst-install-rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 4ea5154c8..c73ad0283 100755 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -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//")