Skip to content

Commit

Permalink
Fixed extra CLI enviroment variable reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
walt committed Apr 24, 2018
1 parent db042b6 commit 9a5180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/supervisor/conf.d/chromedriver.conf
@@ -1,5 +1,5 @@
[program:chromedriver]
command=/usr/local/bin/chromedriver --port=%(ENV_CHROMEDRIVER_PORT)s --whitelisted-ips=%(ENV_CHROMEDRIVER_WHITELISTED_IPS)s --url-base=%(ENV_CHROMEDRIVER_URL_BASE)s $(ENV_CHROMEDRIVER_EXTRA_ARGS)s
command=/usr/local/bin/chromedriver --port=%(ENV_CHROMEDRIVER_PORT)s --whitelisted-ips=%(ENV_CHROMEDRIVER_WHITELISTED_IPS)s --url-base=%(ENV_CHROMEDRIVER_URL_BASE)s %(ENV_CHROMEDRIVER_EXTRA_ARGS)s
priority=10
user=automation
directory=/home/automation
Expand Down

0 comments on commit 9a5180a

Please sign in to comment.