From ab76e65f9617b40205775b1637c69233892a734d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Apr 2021 08:52:24 +0200 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 2621f4547..6f6bdf3ec 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -47,7 +47,7 @@ RUN \ && sed -i 's| /config| /data|g' /etc/crontabs/root \ # analyse local devices at reboot and every hours && sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \ - && sed -i -e '$a 0 * * * * /run.sh' /etc/crontabs/root \ + # && sed -i -e '$a 0 * * * * /run.sh' /etc/crontabs/root \ # correct url paths && grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g'