]> jspc29.x-matter.uni-frankfurt.de Git - hadesicinga.git/commitdiff
uncomment complete PClist. Sergey.
authorhadaq <hadaq>
Fri, 3 Apr 2009 13:01:05 +0000 (13:01 +0000)
committerhadaq <hadaq>
Fri, 3 Apr 2009 13:01:05 +0000 (13:01 +0000)
plugins/restart.pl

index 3206c51b692c8c1bc9ed87c1972b27807495bdcf..80b25081d7dcc3392c7e1db0ce3f2839770d3b94 100755 (executable)
@@ -22,8 +22,8 @@ if($opt_h){
 &checkArgs();
 
 #--- on these PCs the script should be restarted:
-#my @PCList = ('lxg0429','lxg0433','lxg0435','lxg0437','lxg0439','lxg0440','lxg0441','lxg0442','lxg0443','lxg0444','lxg0445','lxg0446','lxg0447','lxg0448','lxg0452','lxg0453','lxg0454','lxg0455');
-my @PCList = ('lxg0429');
+my @PCList = ('lxg0429','lxg0433','lxg0435','lxg0437','lxg0439','lxg0440','lxg0441','lxg0442','lxg0443','lxg0444','lxg0445','lxg0446','lxg0447','lxg0448','lxg0452','lxg0453','lxg0454','lxg0455');
+#my @PCList = ('lxg0429');
 my $args = "-d";    #- arguments of script to be restarted
 
 &main();