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

Typo in cronjob for letsencrypt renewal #189

Open
munchie45 opened this issue Oct 2, 2019 · 1 comment
Open

Typo in cronjob for letsencrypt renewal #189

munchie45 opened this issue Oct 2, 2019 · 1 comment

Comments

@munchie45
Copy link

Line 37 in packages/package/install/installpackage-letsencrypt:

line="30 2 * * 1 "~/acme.sh-master"/acme.sh --cron --home "~/acme.sh" > /dev/null"

First of all why to use ~/acme.sh-master/acme.sh when it's installed in ~/.acme.sh ?
Why even add this to a CRON job when acme.sh does it automatically?
Second thing --home is ~/.acme.sh (DOT is missing)

Kind regards

@inverse
Copy link
Contributor

inverse commented Dec 28, 2019

@munchie45 why not PR this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants