Update 41-folders.sh

This commit is contained in:
Alexandre
2023-02-21 22:01:01 +01:00
committed by GitHub
parent babe43fe10
commit 6ab490e703

View File

@@ -21,7 +21,7 @@ if [ ! -d /share/piwigo/config ] && [ -d /config/www/local/config ]; then
ln -s /share/piwigo/config /config/www/local
echo "links done"
else
rm -r /config/www/local/config
if [ -d /config/www/local/config ]; then rm -r /config/www/local/config; fi
ln -s /share/piwigo/config /config/www/local
echo "Using existing config"
fi