Create 90-config_yaml.sh

This commit is contained in:
Alexandre
2022-01-20 13:14:39 +01:00
committed by GitHub
parent b7cca97a64
commit 8a8cef4a5a

View File

@@ -7,6 +7,7 @@
# Where is the config
CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION")
chmod 755 $CONFIGSOURCE
# Check if config file is there, or create one from template
if [ -f $CONFIGSOURCE ]; then