mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-28 00:40:31 +02:00
Fix web player not getting updates
This commit is contained in:
@@ -22,7 +22,7 @@ echo "Creating $LOCATION"
|
|||||||
mkdir -p "$LOCATION" "$LOCATION"/data "$LOCATION"/cache "$LOCATION"/log "$LOCATION"/web
|
mkdir -p "$LOCATION" "$LOCATION"/data "$LOCATION"/cache "$LOCATION"/log "$LOCATION"/web
|
||||||
|
|
||||||
# Custom web location
|
# Custom web location
|
||||||
cp -rn /usr/share/jellyfin/web/* "$LOCATION"/web/
|
cp -r /usr/share/jellyfin/web/* "$LOCATION"/web/
|
||||||
sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf
|
sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf
|
||||||
|
|
||||||
# Custom transcode location
|
# Custom transcode location
|
||||||
|
|||||||
Reference in New Issue
Block a user