Skip to content
Snippets Groups Projects

Bug/osx vpn imports

Merged Kali Kaneko requested to merge (removed):bug/osx_vpn_imports into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
101 103 # if this is a bundle, we pick local. bundles ask to install it there.
102 104 BITMASK_ROOT = BITMASK_ROOT_LOCAL
103 105 else:
104 if os.path.isfile(BITMASK_ROOT_SYSTEM):
105 # we can be running from the debian package,
106 # or some other distro. it's the maintainer responsibility to put
107 # bitmask-root there.
108 BITMASK_ROOT = BITMASK_ROOT_SYSTEM
109 else:
110 # as a last case, we fall back to installing into the
111 # /usr/local/sbin version.
112 BITMASK_ROOT = BITMASK_ROOT_LOCAL
106 try:
107 if os.path.isfile(BITMASK_ROOT_SYSTEM):
108 # we can be running from the debian package,
109 # or some other distro. it's the maintainer responsibility to put
  • Kali Kaneko added 1 commit

    added 1 commit

    • 5a68ef22 - [bug] fix constants import error

    Compare with previous version

  • Please register or sign in to reply
    Loading