Update 21-folders

This commit is contained in:
Alexandre
2021-08-31 15:33:08 +02:00
committed by GitHub
parent 8f5c29055e
commit a4e3f52efa

View File

@@ -26,7 +26,7 @@ if [ ! -d /share/piwigo/config ]; then
else else
rm /gallery/local/config rm /gallery/local/config
ln -s /share/piwigo/config /gallery/local ln -s /share/piwigo/config /gallery/local
echo "links done" echo "Using existing config"
fi fi
# If keys don't exist, create it # If keys don't exist, create it
@@ -38,4 +38,5 @@ if [ ! -d /share/piwigo/keys ]; then
else else
rm /config/keys rm /config/keys
ln -s /share/piwigo/keys /config ln -s /share/piwigo/keys /config
echo "Using existing keys folder"
fi fi