mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -07:00
sed nginx no #2009
This commit is contained in:
parent
f3872ada4a
commit
88e54a8671
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ rm -rf $VESTA > /dev/null 2>&1
|
||||||
|
|
||||||
# Excluding packages
|
# Excluding packages
|
||||||
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 //")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue