From 6a9ff5c410b46a40ddb1ba06e00e020da2a968d3 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Wed, 17 Sep 2025 20:03:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad1614f..7779fbb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Next, configure the application itself. 2. Edit crontab for the collector.py ```bash - */10 * * * * /usr/bin/python3 /opt/bgp-api/collector.py >/dev/null 2>&1 + */10 * * * * /usr/bin/python3 /opt/Router-tools/collector.py >/dev/null 2>&1 ```