diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 7c509f9f1..5dbc32ec8 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -45,8 +45,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 \ - # analyse local devices at reboot, remove previous instructions - && sed -i '$d' /etc/crontabs/root \ + # analyse local devices at reboot && sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \ # correct url paths && grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g'