From 1852147fd6dc7f07b0700341b6b4e2c169bd43d7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:03:05 +0200 Subject: [PATCH] https://github.com/alexbelgium/hassio-addons/issues/412 --- requestrr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index aebb7079e..6e020c829 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ RUN \ # use /data instead of /config for hass.io environment - sed -i "s|/config \|/data \|g" /etc/cont-init.d/30-config \ + sed -i 's|/config \\|/data \\|g' /etc/cont-init.d/30-config \ \ # Allow UID and GID setting && if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi \