mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
This commit is contained in:
parent
2690c05781
commit
aa9cbf7c55
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ RUN for verb in help \
|
|||
|
||||
RUN printf "%b" '#!'"/usr/bin/env sh\n \
|
||||
if [ \"\$1\" = \"daemon\" ]; then \n \
|
||||
exec crond -n \n \
|
||||
exec crond -n -s -m off \n \
|
||||
else \n \
|
||||
exec -- \"\$@\"\n \
|
||||
fi\n" >/entry.sh && chmod +x /entry.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue