From a4e3f52efa5301df7fc03daa24928ac6eb6dbfc9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:33:08 +0200 Subject: [PATCH] Update 21-folders --- piwigo/rootfs/etc/cont-init.d/21-folders | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/piwigo/rootfs/etc/cont-init.d/21-folders b/piwigo/rootfs/etc/cont-init.d/21-folders index dd5036b21..2e50e284f 100644 --- a/piwigo/rootfs/etc/cont-init.d/21-folders +++ b/piwigo/rootfs/etc/cont-init.d/21-folders @@ -26,7 +26,7 @@ if [ ! -d /share/piwigo/config ]; then else rm /gallery/local/config ln -s /share/piwigo/config /gallery/local - echo "links done" + echo "Using existing config" fi # If keys don't exist, create it @@ -38,4 +38,5 @@ if [ ! -d /share/piwigo/keys ]; then else rm /config/keys ln -s /share/piwigo/keys /config + echo "Using existing keys folder" fi