haiwen / seafile-docker

A Docker image for Seafile server
Other
536 stars 180 forks source link

acme.sh --upgrade #377

Closed SkywalkerSpace closed 4 months ago

kirisakow commented 4 months ago

Thanks for addressing the issue #370. Still, after an effective upgrade has been performed, a symlink needs to be created between the upgraded acme.sh in the /root/.acme.sh/ directory and the one in the /scripts/acme.sh/ directory, so that the former replaces the latter: ln -sf /root/.acme.sh/acme.sh /scripts/acme.sh/acme.sh

Without this last command the /scripts/acme.sh/acme.sh script is not affected by the upgrade.

SkywalkerSpace commented 4 months ago

@kirisakow Thanks for your feedback, I will fix it.

SkywalkerSpace commented 4 months ago

@kirisakow Hi, we finally decided to update acme.sh-master.zip regularly instead of using acme.sh --upgrade.