Merge 182d7d9b5632a007ae2f2b7908b809007eee13ea into a2c64e79ff1b597b15d7bf7cb17aa627e7b7eb3f

This commit is contained in:
Jake Buchholz Göktürk 2023-01-02 10:12:34 -05:00 committed by GitHub
commit a0ed3d7106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,8 @@ RUN for verb in help \
RUN printf "%b" '#!'"/usr/bin/env sh\n \ RUN printf "%b" '#!'"/usr/bin/env sh\n \
if [ \"\$1\" = \"daemon\" ]; then \n \ if [ \"\$1\" = \"daemon\" ]; then \n \
acme.sh --uninstall-cronjob \n \
acme.sh --install-cronjob \n \
trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n \ trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n \
crond && sleep infinity &\n \ crond && sleep infinity &\n \
wait \n \ wait \n \