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