mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
sed nginx no
software=$(echo "$software" | sed -e "s/^nginx//") not worked
This commit is contained in:
parent
cfc46bb2a9
commit
6f360ab286
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$nginx" = 'no' ]; then
|
if [ "$nginx" = 'no' ]; then
|
||||||
software=$(echo "$software" | sed -e "s/^nginx//")
|
software=$(echo "$software" | sed -e "s/ nginx/ /")
|
||||||
fi
|
fi
|
||||||
if [ "$apache" = 'no' ]; then
|
if [ "$apache" = 'no' ]; then
|
||||||
software=$(echo "$software" | sed -e "s/apache2 //")
|
software=$(echo "$software" | sed -e "s/apache2 //")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue