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