From a8a26d24316ac3bcf368802ee7c8610b91264e32 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Feb 2021 23:52:14 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 320cb1c45..a7936520e 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -33,6 +33,6 @@ RUN \ # && grep -rl /etc/cont-init.d/* -e '/config' | xargs sed -i 's=/config=/data=g' \ # && grep -rl /etc/services.d/* -e '/config' | xargs sed -i 's=/config=/data=g' \ && sed -i 's|/config|/data|g' /defaults/scrutiny.yaml \ - && sed '$ a @reboot /run.sh' /etc/crontabs/root + && sed -i -e '$a\@reboot /run.sh' /etc/crontabs/root VOLUME [ "/data" ]