mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-02-09 03:22:59 -08: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//")