Update 41-folders

This commit is contained in:
Alexandre
2021-08-31 14:51:27 +02:00
committed by GitHub
parent 77fedce45b
commit 58f6b17677

View File

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