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