Update 99-run.sh

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

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"