mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-09 20:06:56 -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. */ -}}
|
{{/* This script pulls down the OpenVPN-Config.ovpn file. It will do so once per week. */ -}}
|
||||||
|
|
||||||
FILE=~/.config/ovpn/Local.ovpn
|
FILE=~/.config/ovpn/Local.ovpn
|
||||||
ONE_WEEK=45
|
ONE_WEEK=604800
|
||||||
|
|
||||||
function displaytime {
|
function displaytime {
|
||||||
local T=$1
|
local T=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user