commit | 4efbe568bc19054df2b9bbc76b917174bda07e79 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Sep 30 16:06:19 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Sep 30 16:06:19 2016 -0700 |
tree | 9bd01a921efde2391bd20e0eaf80dc9177f50faa | |
parent | 9056da977b0d37430e364b1d6d90de66d79f0fda [diff] [blame] |
fix issues with tcpdump truckroll Change-Id: I6d2d973c9f6fa71baca0f0407564ee34370d6a2e
diff --git a/xos/synchronizer/files/run_tcpdump.sh b/xos/synchronizer/files/run_tcpdump.sh index ed75bf0..02e92be 100644 --- a/xos/synchronizer/files/run_tcpdump.sh +++ b/xos/synchronizer/files/run_tcpdump.sh
@@ -1,9 +1,5 @@ #! /bin/bash INTERFACE=$1 -tcpdump -n -e -i $INTERFACE -c 100 & -PID_TCPDUMP=$! -curl http://www.xosproject.org/ &> /dev/null & -PID_CURL=$! -sleep 30s -kill $PID_TCPDUMP -kill $PIUD_CURL +tcpdump -n -e -i $INTERFACE -c 10 & +curl http://xosproject.org/ &> /dev/null & +sleep 10s