From 814f1a65a2a64f126e1f7064b4534f381cfad8c5 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 --- wizard/config/system.sh | 2 +- wizard/config/test.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 wizard/config/test.sh diff --git a/wizard/config/system.sh b/wizard/config/system.sh index 01fc11c..5a5a708 100644 --- a/wizard/config/system.sh +++ b/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/wizard/config/test.sh b/wizard/config/test.sh deleted file mode 100644 index 4e84b5a..0000000 --- a/wizard/config/test.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/vbash - -set system task-scheduler task update-nat-reflection interval '10'