mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 03:58:45 +02:00
Update
This commit is contained in:
@@ -128,6 +128,6 @@
|
|||||||
"slug": "emby_nas",
|
"slug": "emby_nas",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
||||||
"version": "4.9.0.48_test",
|
"version": "4.9.0.48-2",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,11 @@ if [ -d /homeassistant/emby ]; then
|
|||||||
chown -R "$PUID:$PGID" "$config_location"
|
chown -R "$PUID:$PGID" "$config_location"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f /homeassistant/addons_autoscripts/emby-nas.sh ]; then
|
||||||
|
cp -rf /homeassistant/addons_autoscripts/emby-nas.sh "$config_location"/
|
||||||
|
mv /homeassistant/addons_autoscripts/emby-nas.sh /homeassistant/addons_autoscripts/emby-nas_migrated.sh
|
||||||
|
fi
|
||||||
|
|
||||||
declare -A links=(
|
declare -A links=(
|
||||||
["/emby/cache"]="$data_location/cache"
|
["/emby/cache"]="$data_location/cache"
|
||||||
["/emby/config"]="$config_location"
|
["/emby/config"]="$config_location"
|
||||||
|
|||||||
Reference in New Issue
Block a user