mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 21:16:29 +01:00
Update and rename 01-folders to 41-folders
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
# If config doesn't exist, create it
|
# If config doesn't exist, create it
|
||||||
if [ ! -d /data/config ]; then
|
if [ ! -d /data/config ]; then
|
||||||
|
echo "moving config folder"
|
||||||
mv /gallery/local/config /data
|
mv /gallery/local/config /data
|
||||||
mkdir -p /gallery/local/config
|
mkdir -p /gallery/local/config
|
||||||
ln -s /data/config /gallery/local/config
|
ln -s /data/config /gallery/local/config
|
||||||
|
echo "links done"
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user