From f29710549607e2bde5ffdc76464e6b3dcb017d86 Mon Sep 17 00:00:00 2001 From: fradev Date: Tue, 19 Jan 2021 16:46:04 +0100 Subject: [PATCH] fixed type --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef9d06c1..3bd7de41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ if [ \"\$1\" = \"daemon\" ]; then \n \ trap \"pkill supercronic\" SIGTERM SIGINT \n \ - exec supercronic /acme_cron.tab \n \ + exec supercronic /acme_crontab \n \ else \n \ exec -- \"\$@\"\n \ fi" >/entry.sh && chmod a+x /entry.sh