mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -13,7 +13,7 @@ if [ -d /data/config ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Make symlinks
|
# Make symlinks
|
||||||
ln -snf -T $CONFIGLOCATION/config /data
|
ln -s $CONFIGLOCATION/config /data/config
|
||||||
|
|
||||||
# Make sure permissions are right
|
# Make sure permissions are right
|
||||||
chown -R $(id -u):$(id -g) $CONFIGLOCATION
|
chown -R $(id -u):$(id -g) $CONFIGLOCATION
|
||||||
|
|||||||
Reference in New Issue
Block a user