mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 01:14:48 -06:00
Fix ovpn time period to 1 week
old debug value committed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user