From a9f2a8537052dc844f1ed4cccbd689ed27732ee5 Mon Sep 17 00:00:00 2001 From: petbau Date: Tue, 25 Feb 2025 11:35:03 +0100 Subject: [PATCH] Edit README.md --- tcpdump-schedule/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcpdump-schedule/README.md b/tcpdump-schedule/README.md index d70c301..3d82c9b 100644 --- a/tcpdump-schedule/README.md +++ b/tcpdump-schedule/README.md @@ -8,5 +8,5 @@ This is the crontab for an example tcpdump which starts at 02:00am and stops at 02:05am. -0 2 * * * bash /tmp/tcpdump_getdata.sh -5 2 * * * bash /tmp/tcpdump_stop.sh \ No newline at end of file +- 0 2 * * * bash /tmp/tcpdump_getdata.sh +- 5 2 * * * bash /tmp/tcpdump_stop.sh \ No newline at end of file