fix path of server key/cert
authorTony Mack <tmack@cs.princeton.edu>
Wed, 20 May 2009 00:33:15 +0000 (00:33 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 20 May 2009 00:33:15 +0000 (00:33 +0000)
geni/plc.py

index 31df0d0..5b6bedf 100644 (file)
@@ -78,7 +78,7 @@ def main():
     (options, args) = parser.parse_args()
 
     config = Config()
-    path = config.path 
+    path = config.basepath 
     key_file = path + os.sep + "server.key"
     cert_file = path + os.sep + "server.cert"