foreman
foreman copied to clipboard
Allow supervisord environment vars to have "+"
There could be environment variables with a "+" (e.g. a public key). The + should not get escaped, else the content of the environment variable is wrong.
I did the changes in the same way like it was done for "=", "?" and "&" in #572