mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Update 41-folders.sh
This commit is contained in:
@@ -15,7 +15,7 @@ else
|
|||||||
chown -R abc:abc /share/piwigo
|
chown -R abc:abc /share/piwigo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d /share/piwigo/config ]; then
|
if [ ! -d /share/piwigo/config ] && [ -d /config/www/local/config ]; then
|
||||||
echo "moving config folder"
|
echo "moving config folder"
|
||||||
mv /config/www/local/config /share/piwigo
|
mv /config/www/local/config /share/piwigo
|
||||||
ln -s /share/piwigo/config /config/www/local
|
ln -s /share/piwigo/config /config/www/local
|
||||||
|
|||||||
Reference in New Issue
Block a user