Update 90-run.sh

This commit is contained in:
Alexandre
2023-09-16 18:36:02 +02:00
committed by GitHub
parent 79abe24c62
commit 20e281b79a

View File

@@ -8,6 +8,7 @@ mkdir -p "$CONFIG_LOCATION"
cp -rnT /app/config "$CONFIG_LOCATION"/
rm -r /app/config
ln -s "$CONFIG_LOCATION" /data/config
chmod -R 755 "$CONFIG_LOCATION"
# Create files
JELLYFIN_TYPE=$(bashio::config 'TYPE')