silence curl

This commit is contained in:
John
2021-11-13 15:52:47 +01:00
parent c900e49431
commit 94fa1b2b52
+1 -1
View File
@@ -409,7 +409,7 @@ curl -s "http://localhost:8878/datatypes" >/dev/null
curl -s "http://localhost:8878/raw" >/dev/null curl -s "http://localhost:8878/raw" >/dev/null
curl -s "http://localhost:8878/decode?def=UCH&raw=1f" >/dev/null curl -s "http://localhost:8878/decode?def=UCH&raw=1f" >/dev/null
curl -s "http://localhost:8878/data/mc.5/installparam?poll=1&user=test&secret=testpass" >/dev/null curl -s "http://localhost:8878/data/mc.5/installparam?poll=1&user=test&secret=testpass" >/dev/null
curl -T test_coverage.sh http://localhost:8878/data/ curl -s -T test_coverage.sh http://localhost:8878/data/
echo `date` "commands done" echo `date` "commands done"
kill $lstpid kill $lstpid
verify=`./src/tools/ebusctl -p 8877 -t 10 info|egrep "^address 04:"` verify=`./src/tools/ebusctl -p 8877 -t 10 info|egrep "^address 04:"`