mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 14:21:49 +02:00
Update Config Location
Fix misspelling in config location.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Create files
|
# Create files
|
||||||
CONFIG_LOCATION="/config/addons_config/jellyseer"
|
CONFIG_LOCATION="/config/addons_config/jellyseerr"
|
||||||
bashio::log.info "Config stored in $CONFIG_LOCATION"
|
bashio::log.info "Config stored in $CONFIG_LOCATION"
|
||||||
mkdir -p "$CONFIG_LOCATION"
|
mkdir -p "$CONFIG_LOCATION"
|
||||||
cp -rnT /app/config "$CONFIG_LOCATION"/
|
cp -rnT /app/config "$CONFIG_LOCATION"/
|
||||||
|
|||||||
Reference in New Issue
Block a user