mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
sed nginx no #2009
This commit is contained in:
parent
06ff183f21
commit
f3872ada4a
1 changed files with 1 additions and 1 deletions
|
@ -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//")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue