Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-17 18:34:10 +01:00
committed by GitHub
parent f7f5b85fff
commit 19641ecf2e

View File

@@ -4,7 +4,7 @@
CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION")
# Check if config file is there, or create one from template
if [ ! -f $CONFIGSOURCE ]; then
if [ -f $CONFIGSOURCE ]; then
echo "Using config file found in $CONFIGSOURCE"
else
echo "No config file, creating one from template"