From dfdb2e54ae3afb6f7f461428b98a1c7786ac4906 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:33:21 +0200 Subject: [PATCH] Update monitor.service Fixed oopsie --- RasPi-Config/monitor.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RasPi-Config/monitor.service b/RasPi-Config/monitor.service index a031365..2f07ca3 100644 --- a/RasPi-Config/monitor.service +++ b/RasPi-Config/monitor.service @@ -74,10 +74,10 @@ fi echo "" echo "Available ports:" -if [[ $DomoStat == Online ]]; then +if [[ $Domo == Online ]]; then echo "Domoticz is available on port: 8080" fi -if [[ $NodeStat == Online ]]; then +if [[ $Node == Online ]]; then echo "Node-RED is available on port: 1880" fi if [[ $ZB2M == Online ]]; then