X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshutdown.pl;h=cfed8d400ad5e2741f765c7aaa0dd71e2b771950;hp=30592ad0697c751d388611b37261a8445529920a;hb=d17f05b19fac36a0a8a2f828912a1a7ebefae79f;hpb=80ef0d854fb077d5755981b25a853caa4f26ab05 diff --git a/cmd/shutdown.pl b/cmd/shutdown.pl index 30592ad0..cfed8d40 100644 --- a/cmd/shutdown.pl +++ b/cmd/shutdown.pl @@ -12,6 +12,6 @@ foreach $ref (DXChannel::get_all()) { } # give some time for the buffers to empty and then shutdown (see cluster.pl) -$main::decease = 25; +$main::decease->send; return (1);