From 78a306825533bd3bac483ba68eae928c55436808 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Feb 2021 12:12:17 +0100 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 08d76991f..d467b3056 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -32,6 +32,4 @@ RUN \ && sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \ # Use data instead of config && files=$(grep -rl "/config" /defaults/*) && echo $files | xargs sed -i "s|/config|/data|g" \ - && files=$(grep -rl "/config" /etc/cont-init.d/*) && echo $files | xargs sed -i "s|/config|/data|g" \ - && files=$(grep -rl "/config" /etc/logrotate.d/*) && echo $files | xargs sed -i "s|/config|/data|g" \ - && files=$(grep -rl "/config" /etc/services.d/*) && echo $files | xargs sed -i "s|/config|/data|g" + && files=$(grep -rl "/config" /etc/*) && echo $files | xargs sed -i "s|/config|/data|g"