mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 10:27:43 +01:00
Update 21-folders
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user