Anton Reutov il y a 4 ans
Parent
commit
06ff183f21
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-ubuntu.sh

@@ -553,7 +553,7 @@ if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
 fi
 fi
 
 
 if [ "$nginx" = 'no'  ]; then
 if [ "$nginx" = 'no'  ]; then
-    software=$(echo "$software" | sed -e "s/^nginx//")
+    software=$(echo "$software" | sed -e "s/ nginx/ /")
 fi
 fi
 if [ "$apache" = 'no' ]; then
 if [ "$apache" = 'no' ]; then
     software=$(echo "$software" | sed -e "s/apache2 //")
     software=$(echo "$software" | sed -e "s/apache2 //")