From 88e2a321473a9f7fc36ea2d68d84261835d9ce8d Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 6 Apr 2017 18:25:17 +0200 Subject: [bug] last_vpn path now is ~/.config/leap/last_vpn It used to be in the providers folder, but this was missleading bonafide to list it as a provider. I think it's harder to write work arounds to have this file in this folder than to have it somewhere else. - Resolves: #8818 --- src/leap/bitmask/vpn/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap') diff --git a/src/leap/bitmask/vpn/service.py b/src/leap/bitmask/vpn/service.py index 5bbcd851..f11a37bc 100644 --- a/src/leap/bitmask/vpn/service.py +++ b/src/leap/bitmask/vpn/service.py @@ -37,7 +37,7 @@ from leap.common.certs import get_cert_time_boundaries class VPNService(HookableService): name = 'vpn' - _last_vpn_path = os.path.join('leap', 'providers', 'last_vpn') + _last_vpn_path = os.path.join('leap', 'last_vpn') def __init__(self, basepath=None): """ -- cgit v1.2.3