1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Latest config changes

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-08-02 17:35:32 +02:00
parent e0fe620899
commit a393be77f2
3 changed files with 12 additions and 12 deletions

View file

@ -38,7 +38,7 @@ _ping() {
-c 1 \
-q
)
[ -n "$ret" ] && echo "$ret" | grep -sq " 0% packet loss" && {
[ -n "$ret" ] && echo "$ret" | grep -s " 0% packet loss" > /dev/null && {
return
}
false