From c5705335785eaf6d75ac7d4b3feb447009c7a4b3 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 17 Sep 2021 19:45:19 +0200 Subject: [PATCH] Fixed name in shelly script --- shell_scripts/shelly_uptime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_scripts/shelly_uptime.sh b/shell_scripts/shelly_uptime.sh index fcf33cd5..4bd17b1b 100755 --- a/shell_scripts/shelly_uptime.sh +++ b/shell_scripts/shelly_uptime.sh @@ -24,7 +24,7 @@ SHELLY_ID=( shellyplugs.giorgioravera.it ) -echo "Check Shelly Firmware" +echo "Check Shelly Uptime" for i in "${SHELLY_ID[@]}" do -- 2.47.3