mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 21-folders
This commit is contained in:
@@ -26,7 +26,7 @@ if [ ! -d /share/piwigo/config ]; then
|
||||
else
|
||||
rm /gallery/local/config
|
||||
ln -s /share/piwigo/config /gallery/local
|
||||
echo "links done"
|
||||
echo "Using existing config"
|
||||
fi
|
||||
|
||||
# If keys don't exist, create it
|
||||
@@ -38,4 +38,5 @@ if [ ! -d /share/piwigo/keys ]; then
|
||||
else
|
||||
rm /config/keys
|
||||
ln -s /share/piwigo/keys /config
|
||||
echo "Using existing keys folder"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user