Update 90-data_location.sh

This commit is contained in:
Alexandre
2022-12-17 20:08:55 +01:00
committed by GitHub
parent 5d59e5d66f
commit 8cd37a3408

View File

@@ -19,7 +19,7 @@ echo "Creating $LOCATION"
mkdir -p "$LOCATION" "$LOCATION"/data "$LOCATION"/cache "$LOCATION"/log "$LOCATION"/web
# Custom web location
cp -rn /usr/share/jellyfin/web/ "$LOCATION"/web/
cp -rn /usr/share/jellyfin/web/* "$LOCATION"/web/
sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf
# Permissions