diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-20 13:44:53 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-20 13:44:53 -0400 |
commit | 8ba650488ea1f1a50b4c22758f647c9f2ee7839d (patch) | |
tree | 1c5dc409dbcb83b60faf68c8a867ccf97dceabf2 /src/leap/bitmask/config | |
parent | 52054730687efbd08efa1d36e30074d789ae2d08 (diff) |
mail logs
Diffstat (limited to 'src/leap/bitmask/config')
-rw-r--r-- | src/leap/bitmask/config/flags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py index 98395def..ba1b65b9 100644 --- a/src/leap/bitmask/config/flags.py +++ b/src/leap/bitmask/config/flags.py @@ -30,3 +30,5 @@ WARNING: You should NOT use this kind of flags unless you're sure of what # - search for binaries inside the bundled app instead of the system ones. # e.g.: openvpn, gpg STANDALONE = False + +MAIL_LOGFILE = None |