Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools

This commit is contained in:
Nico Schottelius 2020-12-29 11:39:33 +01:00
commit eceb4d9054
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ fi
while [ $# -ge 1 ]; do
hostname=$1; shift
curl --location \
curl -s --location \
--request GET \
"http://${hostname}/relay?state=0"

View File

@ -10,7 +10,7 @@ fi
while [ $# -ge 1 ]; do
hostname=$1; shift
curl --location \
curl -s --location \
--request GET \
"http://${hostname}/relay?state=1"
done