zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.38k stars 1.68k forks source link

Healthcheck does not take into account `ZEROTIER_JOIN_NETWORKS` variable, but only networks via args #1977

Closed stavros-k closed 1 year ago

stavros-k commented 1 year ago

Before filing a Bug Report

Using these will ensure you get quicker support, and make this space available for code-related issues. Thank you!

If you are having a connection issue, it's much easier to diagnose through the discussion forum or the ticket system.

If you still want to file a Bug Report

Please let us know

https://github.com/zerotier/ZeroTierOne/blob/411e54023aa0b83d0c79ef91bbe2ddaec9422cd2/entrypoint.sh.release#L110

erikh commented 1 year ago

interpolating the variable in the template aughta work, you might have to double quote the "EOF" heredoc delimiter to get it to do so, however. I honestly can't remember with bourne shell now.

You won't be able to pass it, though. Just writing to make that clear.

Actually now that I think about it, it's probably already interpolating $@ so yeah, just including the var in the body of the template should work. ------- Original Message ------- On Thursday, April 27th, 2023 at 10:43 AM, Stavros Kois @.***> wrote:

Before filing a Bug Report

Using these will ensure you get quicker support, and make this space available for code-related issues. Thank you!

  • Docs Site => Troubleshooting, quickstarts, and more advanced topics.
  • Discuss Forum => Our discussion forum for users and support to mutually resolve issues & suggest ideas.
  • Reddit => Our subreddit, which we monitor regularly and is fairly active.
  • Knowledge Base => Older wiki.

If you are having a connection issue, it's much easier to diagnose through the discussion forum or the ticket system.

If you still want to file a Bug Report

Please let us know

  • What you expect to be happening.
  • What is actually happening?
  • Any steps to reproduce the error.
  • Any relevant console output or screenshots.
  • What operating system and ZeroTier version. Please try the latest ZeroTier release.

https://github.com/zerotier/ZeroTierOne/blob/411e54023aa0b83d0c79ef91bbe2ddaec9422cd2/entrypoint.sh.release#L110

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>