From cffb52b93f5592f73e85fcf77682e7abff0a38b6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 17:54:35 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index d42fddf0d..1a66c200c 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -35,7 +35,7 @@ RUN \ && sed -i 's| /config| /data|g' /etc/cont-init.d/* \ && sed -i 's| /config| /data|g' /etc/logrotate.d/scrutiny \ && sed -i 's| /config| /data|g' /etc/crontabs/root \ - && sed -i -e '$a\@reboot /run.sh' /etc/crontabs/root \ - && sed -i -e '$a\5 * * * * /run.sh' /etc/crontabs/root + && sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \ + && sed -i -e '$a 0 * * * * /run.sh' /etc/crontabs/root VOLUME [ "/data" ]