From deccec0ccadf7f741d41ad5aee676895efbc6875 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:09:49 +0100 Subject: [PATCH] Update 41-folders.sh --- piwigo/rootfs/etc/cont-init.d/41-folders.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/piwigo/rootfs/etc/cont-init.d/41-folders.sh b/piwigo/rootfs/etc/cont-init.d/41-folders.sh index ececf91ad..d0569d583 100755 --- a/piwigo/rootfs/etc/cont-init.d/41-folders.sh +++ b/piwigo/rootfs/etc/cont-init.d/41-folders.sh @@ -17,12 +17,12 @@ fi if [ ! -d /share/piwigo/config ]; then echo "moving config folder" - mv /gallery/local/config /share/piwigo - ln -s /share/piwigo/config /gallery/local + mv /config/www/local/config /share/piwigo + ln -s /share/piwigo/config /config/www/local echo "links done" else - rm -r /gallery/local/config - ln -s /share/piwigo/config /gallery/local + rm -r /config/www/local/config + ln -s /share/piwigo/config /config/www/local echo "Using existing config" fi