fixed type

This commit is contained in:
fradev 2021-01-19 16:46:04 +01:00
parent 16284904eb
commit f297105496

View File

@ -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