Fix more stuff
diff --git a/xos/synchronizers/vpn/steps/sync_vpntenant.py b/xos/synchronizers/vpn/steps/sync_vpntenant.py
index 5b315c9..177e8b4 100644
--- a/xos/synchronizers/vpn/steps/sync_vpntenant.py
+++ b/xos/synchronizers/vpn/steps/sync_vpntenant.py
@@ -37,7 +37,7 @@
                 "client_address": o.client_address}
 
     def create_client_script(self, tenant):
-        script = open("/opt/xos/core/static/vpn/" + str(tenant.file_name), 'w')
+        script = open("/opt/xos/core/static/vpn/" + str(tenant.script_name), 'w')
         # write the key portion
         script.write("printf \"")
         for line in tenant.server_key.splitlines():