try with ebusctl again

This commit is contained in:
John
2021-11-13 17:56:16 +01:00
parent bb75451434
commit 342a154627
+2 -2
View File
@@ -345,8 +345,8 @@ EOF
status=1
cnt=3
function send() {
#./src/tools/ebusctl -p 8877 -t 10 "$@"
echo "$@" | nc -N -w 10 localhost 8877
./src/tools/ebusctl -p 8877 -t 10 "$@"
# echo "$@" | nc -N -w 10 localhost 8877
}
while [[ ! "$status" = 0 ]] && [[ $cnt -gt 0 ]]; do
sleep 5