From 06ff183f21b930aed984bb26f4a29f6edb78de15 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Mon, 2 Aug 2021 16:11:10 +0300 Subject: [PATCH] sed nginx no --- install/vst-install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 21f645bdd..bbd1d6e5e 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -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 //")