mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
Fix firewall rules update that it will only execute when a timezone transition has happened.
This commit is contained in:
@@ -60,5 +60,5 @@ HOME=/
|
||||
%nightly,random * 23-4 /usr/local/bin/pakfire update >/dev/null 2>&1
|
||||
|
||||
# Re-read firewall rules every Sunday in March, October and November to take care of daylight saving time
|
||||
00 3 * 3 0 /usr/local/bin/firewallctrl
|
||||
00 2 * 10-11 0 /usr/local/bin/firewallctrl
|
||||
00 3 * 3 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl
|
||||
00 2 * 10-11 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl
|
||||
|
||||
Reference in New Issue
Block a user