Update and rename 01-folders to 41-folders

This commit is contained in:
Alexandre
2021-08-31 14:42:20 +02:00
committed by GitHub
parent c4715efade
commit 2e342efdfd

View File

@@ -6,7 +6,9 @@
# If config doesn't exist, create it
if [ ! -d /data/config ]; then
echo "moving config folder"
mv /gallery/local/config /data
mkdir -p /gallery/local/config
ln -s /data/config /gallery/local/config
echo "links done"
fi