We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I fall down this problem recently.
If an env var contains # SOMETHING # the parsing fails.
# SOMETHING #
No idea if it is related to the # or the multi lines.
#
$ more supervisord.conf [supervisord] nodaemon = true loglevel = debug [program:printenv] command = /bin/bash -c 'env | sort | grep FOO_' environment = FOO_1=BAR_1, FOO_2="# A #", FOO_3=BAR_3 startsecs = 0 autorestart = false $ supervisord -v 4.2.2 $ supervisord -c supervisord.conf Error: No closing quotation in section 'program:printenv' (file: 'supervisord.conf') For help, use /nobackup/lvalls1/valls/Software/miniconda3/envs/tomodemo-tools-env/bin/supervisord -h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I fall down this problem recently.
If an env var contains
# SOMETHING #
the parsing fails.No idea if it is related to the
#
or the multi lines.The text was updated successfully, but these errors were encountered: