Update monitor.service
Fixed oopsie
This commit is contained in:
parent
7a16c68f94
commit
dfdb2e54ae
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user