mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
--include="*.xml"
This commit is contained in:
@@ -35,7 +35,7 @@ if [[ -d "/homeassistant/addons_config/jellyfin" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Correct metadata path
|
# Correct metadata path
|
||||||
grep -rl "/config/addons_config/jellyfin" "$LOCATION" | xargs sed -i "s|/config/addons_config/jellyfin|$LOCATION|g"
|
grep -rl "/config/addons_config/jellyfin" "$LOCATION" --include="*.xml" | xargs sed -i "s|/config/addons_config/jellyfin|$LOCATION|g" || true
|
||||||
|
|
||||||
# Migrate autoscripts
|
# Migrate autoscripts
|
||||||
if [ -f "/homeassistant/addons_autoscripts/$slug.sh" ]; then
|
if [ -f "/homeassistant/addons_autoscripts/$slug.sh" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user