diff options
author | Kali Kaneko <kali@leap.se> | 2014-04-23 08:00:20 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-04-23 08:00:20 -0500 |
commit | f783150bd4afdb739c827a7bb2676ed6db6ba34e (patch) | |
tree | 5823ea53c88a4a0906d31380cb448ec6af200e96 /src/leap/bitmask/config/flags.py | |
parent | deaddb4a77acfb99024c4ca2f584210e778573ce (diff) | |
parent | bcf3c5d5928585e06c058bf1754100d078919bbd (diff) |
Merge remote-tracking branch 'ivan-github/feature/skip-wizard-checks' into develop
Diffstat (limited to 'src/leap/bitmask/config/flags.py')
-rw-r--r-- | src/leap/bitmask/config/flags.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py index 7cc8711c..6b70659d 100644 --- a/src/leap/bitmask/config/flags.py +++ b/src/leap/bitmask/config/flags.py @@ -52,3 +52,6 @@ CA_CERT_FILE = None # OpenVPN verbosity level OPENVPN_VERBOSITY = 1 + +# Skip the checks in the wizard, use for testing purposes only! +SKIP_WIZARD_CHECKS = False |