diff --git a/mystrom-on.sh b/mystrom-on.sh index 37c439d..c9aac5a 100755 --- a/mystrom-on.sh +++ b/mystrom-on.sh @@ -13,5 +13,4 @@ while [ $# -ge 1 ]; do curl --location \ --request GET \ "http://${hostname}/relay?state=1" - done