diff --git a/piwigo/rootfs/etc/cont-init.d/41-folders.sh b/piwigo/rootfs/etc/cont-init.d/41-folders.sh index 055b7a231..8c34848dc 100755 --- a/piwigo/rootfs/etc/cont-init.d/41-folders.sh +++ b/piwigo/rootfs/etc/cont-init.d/41-folders.sh @@ -15,6 +15,7 @@ else chown -R abc:abc /share/piwigo fi +mkdir -p /config/www/local if [ ! -d /share/piwigo/config ] && [ -d /config/www/local/config ]; then echo "moving config folder" mv /config/www/local/config /share/piwigo