mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
update
This commit is contained in:
@@ -78,6 +78,6 @@
|
||||
},
|
||||
"slug": "jellyseerr",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jellyseerr",
|
||||
"version": "1.5.0-2",
|
||||
"version": "1.5.0-2test",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:5055]"
|
||||
}
|
||||
}
|
||||
@@ -6,9 +6,9 @@ CONFIG_LOCATION="/config/addons_config/jellyseer"
|
||||
bashio::log.info "Config stored in $CONFIG_LOCATION"
|
||||
mkdir -p "$CONFIG_LOCATION"
|
||||
cp -rnT /app/config "$CONFIG_LOCATION"
|
||||
cp -rnT /app /data
|
||||
cp -rnT /app/ /data/
|
||||
rm -r /app
|
||||
if [ -f /data/config ]; then rm -r /data/config; fi
|
||||
if [ -d /data/config ]; then rm -r /data/config; fi
|
||||
ln -s "$CONFIG_LOCATION" /data/config
|
||||
|
||||
# Create files
|
||||
|
||||
Reference in New Issue
Block a user