fixed type
This commit is contained in:
parent
16284904eb
commit
f297105496
@ -85,7 +85,7 @@ RUN printf "%b" "$((1 + $RANDOM % 60)) 0 * * * /bin/sh /home/acmesh/.acme.sh/ac
|
|||||||
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 \
|
||||||
trap \"pkill supercronic\" SIGTERM SIGINT \n \
|
trap \"pkill supercronic\" SIGTERM SIGINT \n \
|
||||||
exec supercronic /acme_cron.tab \n \
|
exec supercronic /acme_crontab \n \
|
||||||
else \n \
|
else \n \
|
||||||
exec -- \"\$@\"\n \
|
exec -- \"\$@\"\n \
|
||||||
fi" >/entry.sh && chmod a+x /entry.sh
|
fi" >/entry.sh && chmod a+x /entry.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user