From 4170b5d878166595a13cddbded12c805842a1a7a Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 4 Mar 2017 21:59:03 +0000 Subject: [PATCH] Update doc --- doc/tint2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tint2.md b/doc/tint2.md index 86800ff..eb9612f 100644 --- a/doc/tint2.md +++ b/doc/tint2.md @@ -646,8 +646,8 @@ execp_continuous = 2 ``` execp = new -execp_command = ping -i 1 -W 1 -O -D -n $(ip route | grep default | grep via | grep -o '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*') | awk '/no/ { print "timeout"; fflush(); }; /time=/ { gsub(/time=/, "", $8); printf "%3.0f %s\n", $8, $9; fflush(); } ' -execp_continuous = 1 +execp_command = ping -i 1 -c 1 -W 1 -O -D -n $(ip route | grep default | grep via | grep -o '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*') | awk '/no/ { print "timeout"; fflush(); }; /time=/ { gsub(/time=/, "", $8); printf "%3.0f %s\n", $8, $9; fflush(); } ' +execp_continuous = 0 execp_interval = 1 execp_markup = 1 ```