mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-01 09:41:00 +01:00
sed nginx no #2009
This commit is contained in:
@@ -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//")
|
||||
|
||||
Reference in New Issue
Block a user