diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 1854ad766..93d239704 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -47,8 +47,8 @@ RUN \ && sed -i 's| /config| /data|g' /etc/crontabs/root \ # analyse local devices at reboot # && sed -i '$d' /etc/crontabs/root \ - && sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \ - && sed -i -e '$a 0 * * * * /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 \ # correct url paths && grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g'