mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -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
|
||||
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 //")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue