mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Update 41-folders.sh
This commit is contained in:
@@ -21,7 +21,7 @@ if [ ! -d /share/piwigo/config ] && [ -d /config/www/local/config ]; then
|
|||||||
ln -s /share/piwigo/config /config/www/local
|
ln -s /share/piwigo/config /config/www/local
|
||||||
echo "links done"
|
echo "links done"
|
||||||
else
|
else
|
||||||
rm -r /config/www/local/config
|
if [ -d /config/www/local/config ]; then rm -r /config/www/local/config; fi
|
||||||
ln -s /share/piwigo/config /config/www/local
|
ln -s /share/piwigo/config /config/www/local
|
||||||
echo "Using existing config"
|
echo "Using existing config"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user