summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-04-10 15:17:45 +0000
committerGitHub <noreply@github.com>2026-04-10 15:17:45 +0000
commit9dccb75c72644fbdf80001259f0438b5f17c8f19 (patch)
tree08ed7fb0f3e3614a493e0b55a301d24cb48ddb30
parent6576c362e8ad461c34d1b1f9b4c23c6c99b8f024 (diff)
parent04d2524bc1661cb44005bd2fa9ca3cd33a0d844a (diff)
downloadvyos-1x-9dccb75c72644fbdf80001259f0438b5f17c8f19.tar.gz
vyos-1x-9dccb75c72644fbdf80001259f0438b5f17c8f19.zip
Merge pull request #5118 from sever-sever/T8459
T8459: Fix cron GeoIP update remove unexpected force option
-rw-r--r--src/etc/cron.d/vyos-geoip2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/cron.d/vyos-geoip b/src/etc/cron.d/vyos-geoip
index 9bb38a850..27d74ee8b 100644
--- a/src/etc/cron.d/vyos-geoip
+++ b/src/etc/cron.d/vyos-geoip
@@ -1 +1 @@
-30 4 * * 1 root sg vyattacfg "/usr/libexec/vyos/geoip-update.py --force" >/tmp/geoip-update.log 2>&1
+30 4 * * 1 root sg vyattacfg "/usr/libexec/vyos/geoip-update.py" >/tmp/geoip-update.log 2>&1