Update 20-configuration.sh

This commit is contained in:
Alexandre
2022-02-07 10:14:40 +01:00
committed by GitHub
parent 4026a98c15
commit d65cff32ea

View File

@@ -19,7 +19,7 @@ chown -R "$PUID":"$GUID" /config/addons_config/plex-meta-manager
###################
# Where is the config
CONFIGSOURCE=$(bashio::config "HOME")
CONFIGSOURCE=$(bashio::config "PMM_CONFIG")
# Check if config file is there, or create one from template
if [ -f $CONFIGSOURCE/config.yml ]; then