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" ]