Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools
This commit is contained in:
commit
eceb4d9054
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
while [ $# -ge 1 ]; do
|
||||
hostname=$1; shift
|
||||
|
||||
curl --location \
|
||||
curl -s --location \
|
||||
--request GET \
|
||||
"http://${hostname}/relay?state=0"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue