Update 20-folders.sh

https://github.com/alexbelgium/hassio-addons/issues/163
This commit is contained in:
Alexandre
2022-01-16 07:40:37 +01:00
committed by GitHub
parent 0ff1f00487
commit fb3dcc296a

View File

@@ -13,7 +13,7 @@ if [ -d /data/config ]; then
fi
# Make symlinks
ln -snf -T $CONFIGLOCATION/config /data/config
ln -snf -T $CONFIGLOCATION/config /data
# Make sure permissions are right
chown -R $(id -u):$(id -g) $CONFIGLOCATION