fixup! gluon-mesh-babel: implement neighbour check
This commit is contained in:
parent
9c197daf78
commit
6b6a091634
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
out=$(echo dump | nc ::1 33123 | grep "add neighbour" 2>/dev/null) && [ -n "$out" ]
|
echo dump | nc ::1 33123 | grep -qF "add neighbour"
|
||||||
|
Loading…
Reference in New Issue
Block a user