]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
adjusted path
authorJan Michel <j.michel@gsi.de>
Thu, 11 Jul 2013 09:11:36 +0000 (11:11 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 11 Jul 2013 09:11:36 +0000 (11:11 +0200)
tools/startup.pl

index 52ae96c7888c333d9a619e081f8c74d7d6c54256..a348257a19190051a50eacef3611bd7d49e82a22 100755 (executable)
@@ -137,7 +137,9 @@ sub execute {
 sub sensorini {
   my ($sfile) = @_;
   for (my $s=0;$s<scalar @{$sfile};$s++) {
-    system("./xml2ini.pl -c $defaultXmlPath/config/$sfile->[$s] -o $defaultIniPath/$sfile->[$s].ini");
+    my $cmd = "./xml2ini.pl -c $defaultXmlPath/config/$sfile->[$s] -o $defaultIniPath/$sfile->[$s].ini";
+    print $cmd."\n";
+    system($cmd);
     }
   }