Update monitor.service

Fixed oopsie
This commit is contained in:
Beeranco 2023-08-14 17:33:21 +02:00 committed by GitHub
parent 7a16c68f94
commit dfdb2e54ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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