Skip to content
New issue

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

carbon-relay is running when RELAY is not defined #80

Closed
hamelg opened this issue Jan 11, 2019 · 2 comments
Closed

carbon-relay is running when RELAY is not defined #80

hamelg opened this issue Jan 11, 2019 · 2 comments
Labels

Comments

@hamelg
Copy link
Contributor

hamelg commented Jan 11, 2019

/etc/service/carbon-relay/run runs unconditionally carbon-relay service.
There is a typo in file. The test has no effect
[[ -n ${RELAY} ]] || exit 1
it should be
[[ -n "${RELAY}" ]] || exit 1

deniszh added a commit that referenced this issue Jan 11, 2019
@deniszh
Copy link
Member

deniszh commented Jan 11, 2019

Thanks! Fixed in master

@deniszh deniszh added the bug label Jan 11, 2019
@deniszh
Copy link
Member

deniszh commented Jan 16, 2019

Fix released in v1.1.5-4

@deniszh deniszh closed this as completed Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants