From 494f5f99ee4c246b258bf58e49c72b655f219955 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:35:16 +0200 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 2e9e36903..f58aeffef 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -31,8 +31,8 @@ RUN \ && sed -i 's/{PUID:-911}/(bashio::config "PUID")/g' /etc/cont-init.d/10-adduser \ && sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser # Use subfolder in config - && files=$(grep -rl '/config/' /defaults/*) && echo $files | xargs sed -i 's|/config/|/share/piwigo|g' \ - && files=$(grep -rl '/config/' /etc/cont-init.d/*) && echo $files | xargs sed -i 's|/config/|/share/piwigo|g' +# && files=$(grep -rl '/config/' /defaults/*) && echo $files | xargs sed -i 's|/config/|/share/piwigo|g' \ +# && files=$(grep -rl '/config/' /etc/cont-init.d/*) && echo $files | xargs sed -i 's|/config/|/share/piwigo|g' # && files=$(grep -rl "/config/" /etc/services.d/*) && echo $files | xargs sed -i "s|/config/|/share/piwigo|g" # && files=$(grep -rl " /config" /etc/cont-init.d/*) && echo $files | xargs sed -i "s= /config= /config/piwigo=g" # && files=$(grep -rl '/data/config.inc.php' /defaults/*) && echo $files | xargs sed -i 's|/data/config.inc.php|/config/config.inc.php|g' || true \