fix the right path for the configuration file
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Mar 2008 11:19:58 +0000 (11:19 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Mar 2008 11:19:58 +0000 (11:19 +0000)
system/TestPlc.py

index 641961c..baa2091 100644 (file)
@@ -289,7 +289,7 @@ class TestPlc:
 
     ### 
     def configure(self,options):
-        tmpname='%s/%s.plc-config-tty'%(options.path,self.name())
+        tmpname='/root/%s/%s.plc-config-tty'%(options.path,self.name())
         fileconf=open(tmpname,'w')
         for var in [ 'PLC_NAME',
                      'PLC_ROOT_PASSWORD',