mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 20:42:50 +00:00
Merge 182d7d9b5632a007ae2f2b7908b809007eee13ea into a2c64e79ff1b597b15d7bf7cb17aa627e7b7eb3f
This commit is contained in:
commit
a0ed3d7106
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user