Update 20-folders.sh

This commit is contained in:
Alexandre
2022-01-17 18:11:18 +01:00
committed by GitHub
parent 58d163949b
commit d5d968a734

View File

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