mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-04 19:07:43 +01: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
|
||||
|
||||
# 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
|
||||
|
||||
# Custom transcode location
|
||||
|
||||
Reference in New Issue
Block a user