From 4968b02eb20a73aabbcad353cf27310390a8fab8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Nov 2021 14:36:16 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index f8ec22773..58b2b851a 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -6,6 +6,7 @@ CONFIGSOURCE="/config/enedisgateway2mqtt/config.yaml" +if false; then # Check if config file is there, or create template if [ -f $CONFIGSOURCE ]; then echo "Using config file found in $CONFIGSOURCE" @@ -24,7 +25,7 @@ else bashio::log.fatal "Config file has an invalid yaml format. Please check the file in $CONFIGSOURCE" bashio::exit.nok fi - +fi