From 7d860cd4fb7a94aa33f9e979e52807c4810d3d7b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Feb 2021 09:31:52 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 4e4027ee8..4ee688afe 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -30,7 +30,7 @@ RUN \ # use /data instead of /config for hass.io environment RUN grep -rl /etc/cont-init.d/* -e '/config' | xargs sed -i "" 's=/config=/data=g' \ - && grep -rl /etc/system.d/* -e '/config' | xargs sed -i "" 's=/config=/data=g' \ + && grep -rl /etc/services.d/* -e '/config' | xargs sed -i "" 's=/config=/data=g' \ && grep -rl /defaults/* -e '/config' | xargs sed -i "" 's=/config=/data=g' || true VOLUME [ "/data:/config" ]