mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-06 00:45:34 +02:00
sed nginx no
This commit is contained in:
@@ -553,7 +553,7 @@ if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
|
||||
fi
|
||||
|
||||
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 //")
|
||||
|
||||
Reference in New Issue
Block a user