commit | c3933b98b975e5d56f3f6d9e9b8e83fd84bde64b | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Tue Feb 09 22:48:01 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Tue Feb 09 22:48:01 2016 -0700 |
tree | b94f29d42e71ea9f50a92f55c9b0aeb8173be4c4 | |
parent | baba9f66f3fb12c83edc0f7c2e83e14e92963c9a [diff] |
Fix script bug
diff --git a/xos/synchronizers/vpn/steps/sync_vpntenant.py b/xos/synchronizers/vpn/steps/sync_vpntenant.py index 480211c..7b455db 100644 --- a/xos/synchronizers/vpn/steps/sync_vpntenant.py +++ b/xos/synchronizers/vpn/steps/sync_vpntenant.py
@@ -53,6 +53,7 @@ for line in self.generate_login().splitlines(): script.write(line + r"\n") script.write("\" > login.up\n") + script.write("printf \"") for line in tenant.ca_crt: script.write(line + r"\n") script.write("\" > ca.crt\n")