From 4a2e34df05890cb2d89dc10db5f124c238822b08 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 7 Nov 2024 21:25:36 -0600 Subject: [PATCH] Fix ovpn time period to 1 week old debug value committed --- home/run_install_ovpn_config.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/run_install_ovpn_config.sh.tmpl b/home/run_install_ovpn_config.sh.tmpl index 75a66f6..cf3adf9 100644 --- a/home/run_install_ovpn_config.sh.tmpl +++ b/home/run_install_ovpn_config.sh.tmpl @@ -3,7 +3,7 @@ set -eu {{/* This script pulls down the OpenVPN-Config.ovpn file. It will do so once per week. */ -}} FILE=~/.config/ovpn/Local.ovpn -ONE_WEEK=45 +ONE_WEEK=604800 function displaytime { local T=$1