From 9d24ca1fb7c2bd669e943c850eba3a1284a96cd8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Nov 2021 11:36:15 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index 10677f387..cd3575d3a 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -30,7 +30,7 @@ for KEYS in ${arr[@]}; do # Write it in the config file echo ${SUBKEYS} >>${CONFIGSOURCE} # Say it loud - # echo "... ${SUBKEYS}" + echo "... ${SUBKEYS}" done # If it is a normal field else @@ -39,7 +39,7 @@ for KEYS in ${arr[@]}; do # Write it in the config file echo "${KEYS}=$(jq .$KEYS ${JSONSOURCE})" >>${CONFIGSOURCE} # Say it loud - # echo "... ${KEYS}=$(jq .$KEYS ${JSONSOURCE})" + echo "... ${KEYS}=$(jq .$KEYS ${JSONSOURCE})" fi done