mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-03-11 20:26:30 -07:00
There are some ways to fix this First put nginx at the beginig or modify this line software=$(echo "$software" | sed -e "s/^nginx//") Replacing it by this one: software=$(echo "$software" | sed -e "s/nginx//") Or by this: software=$(echo "$software" | sed -e "s/ nginx//")