try to fix again
diff --git a/xos/services/vpn/models.py b/xos/services/vpn/models.py
index a26fcae..aa63dde 100644
--- a/xos/services/vpn/models.py
+++ b/xos/services/vpn/models.py
@@ -139,7 +139,7 @@
     @property
     def script(self):
         """string: The file name of the client script"""
-        self.get_attribute("script", self.default_attributes['script'])
+        return self.get_attribute("script", self.default_attributes['script'])
 
     @script.setter
     def script(self, value):