Update 90-data_location.sh

This commit is contained in:
Alexandre
2023-05-04 14:44:44 +02:00
committed by GitHub
parent 97ed250c7c
commit 4f04c82063

View File

@@ -31,6 +31,7 @@ if [ -d "$LOCATION"/data/transcodes ]; then
rm -r "$LOCATION"/data/transcodes
fi
ln -s /data/transcodes "$LOCATION"/data/transcodes
chown -R "$PUID":"$PGID" /data/transcodes
# Permissions
bashio::log.info "Setting ownership to $PUID:$PGID"