From d7204a86e4932f75985783ce6f47d1119b42f2ba Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 11:10:26 +0100 Subject: [PATCH] Update smart data every hour --- scrutiny/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index c20829c03..d42fddf0d 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -35,6 +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\@reboot /run.sh' /etc/crontabs/root \ + && sed -i -e '$a\5 * * * * /run.sh' /etc/crontabs/root VOLUME [ "/data" ]