From 260028b0a269f4114a0327a7d10d537fc1a2c3cf Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 5 Mar 2008 11:19:58 +0000 Subject: [PATCH] fix the right path for the configuration file --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 641961c..baa2091 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -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', -- 2.43.0