From f45c83358133b8e0b73db2bcc47b83e9c6251d00 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 3 Apr 2009 13:01:05 +0000 Subject: [PATCH] uncomment complete PClist. Sergey. --- plugins/restart.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/restart.pl b/plugins/restart.pl index 3206c51..80b2508 100755 --- a/plugins/restart.pl +++ b/plugins/restart.pl @@ -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(); -- 2.43.0