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
Running this addon works great - it pulls the certificate and writes the certs to /ssl/.
However, I noticed that the container never shuts down. Looking at the run.sh script, I see tail -f /dev/null at the end which keeps it alive (
run.sh
tail -f /dev/null
ha.addon.acme_sh/acme_sh/run.sh
Line 35 in 6eef6dd
Is there a particular reason, or need for this? I would rather that the container shut down once it has completed the certificate renewal.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running this addon works great - it pulls the certificate and writes the certs to /ssl/.
However, I noticed that the container never shuts down. Looking at the
run.sh
script, I seetail -f /dev/null
at the end which keeps it alive (ha.addon.acme_sh/acme_sh/run.sh
Line 35 in 6eef6dd
Is there a particular reason, or need for this? I would rather that the container shut down once it has completed the certificate renewal.
The text was updated successfully, but these errors were encountered: