From 9dac42b3b4ce02f2e835e8373b27a78e3a5f8011 Mon Sep 17 00:00:00 2001 From: petbau Date: Tue, 25 Feb 2025 11:35:53 +0100 Subject: [PATCH] Edit README.md --- tcpdump-schedule/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tcpdump-schedule/README.md b/tcpdump-schedule/README.md index 3d82c9b..62ea34b 100644 --- a/tcpdump-schedule/README.md +++ b/tcpdump-schedule/README.md @@ -8,5 +8,7 @@ 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