sed nginx no

software=$(echo "$software" | sed -e "s/^nginx//")
not worked
This commit is contained in:
AlektroNik 2020-06-05 23:56:11 +03:00 committed by GitHub
commit 6f360ab286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 //")