commit | b46eadaf9e6b7fcc247555664ed9d2b5f4ae9428 | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Sat Apr 02 11:00:10 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Sat Apr 02 11:00:10 2016 -0700 |
tree | 2a2c4056fbef03589b2ae8af9cb89d2f8ddbc386 | |
parent | 247bf95db1f5c9589b43f2a64ed8033612e84d30 [diff] |
fix bug
diff --git a/xos/services/vpn/models.py b/xos/services/vpn/models.py index c1c0a0b..06aac1c 100644 --- a/xos/services/vpn/models.py +++ b/xos/services/vpn/models.py
@@ -16,7 +16,7 @@ EASYRSA_COMMAND = EASYRSA_LOC + " --vars=" + VARS @classmethod - def execute_easyrsa_command(pki_dir, command): + def execute_easyrsa_command(cls, pki_dir, command): full_command = ( VPNService.EASYRSA_COMMAND + " --pki-dir=" + pki_dir + " " + command)