From f50ba0e3fbb60a38a91bc0f4d2e34f79b398857c Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 14 Feb 2024 13:40:28 -0800 Subject: [PATCH] Test commit with changes to apply --- homelab/wizard/config/system.sh | 2 +- homelab/wizard/config/test.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 homelab/wizard/config/test.sh diff --git a/homelab/wizard/config/system.sh b/homelab/wizard/config/system.sh index 01fc11cc..5a5a7083 100644 --- a/homelab/wizard/config/system.sh +++ b/homelab/wizard/config/system.sh @@ -28,5 +28,5 @@ set system option performance 'latency' set system syslog global facility all level 'info' set system syslog global facility local7 level 'debug' set system task-scheduler task update-nat-reflection executable path '/home/vyos/ipupdate.sh' -set system task-scheduler task update-nat-reflection interval '60' +set system task-scheduler task update-nat-reflection interval '30' set system time-zone 'America/Los_Angeles' diff --git a/homelab/wizard/config/test.sh b/homelab/wizard/config/test.sh deleted file mode 100644 index 4e84b5a6..00000000 --- a/homelab/wizard/config/test.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/vbash - -set system task-scheduler task update-nat-reflection interval '10'