mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update
This commit is contained in:
@@ -128,6 +128,6 @@
|
||||
"slug": "emby_nas",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
||||
"version": "4.9.0.48_test",
|
||||
"version": "4.9.0.48-2",
|
||||
"video": true
|
||||
}
|
||||
|
||||
@@ -31,6 +31,11 @@ if [ -d /homeassistant/emby ]; then
|
||||
chown -R "$PUID:$PGID" "$config_location"
|
||||
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=(
|
||||
["/emby/cache"]="$data_location/cache"
|
||||
["/emby/config"]="$config_location"
|
||||
|
||||
Reference in New Issue
Block a user