[ 1197095 ] runHourly not finishing

This commit is contained in:
Matthew Wilson 2005-05-18 16:23:42 +00:00
parent ed753ac00b
commit ff013595c4

View file

@ -80,7 +80,7 @@ if (opendir (PLUGDIR,$plugdir)) {
if (opendir (CONFDIR,$confdir)) {
@files = readdir(CONFDIR);
foreach $file (@files) {
if ($file =~ /(.*?)\.conf$/ && $file ne "some_other_site.conf") {
if ($file =~ /(.*?)\.conf$/ && $file ne "some_other_site.conf" && !($file =~ /log\.conf/ || $file =~ /(.*?)log\.conf$/)) {
print "\nProcessing ".$file.":\n" if ($verbose);
my $startTime = time();
WebGUI::Session::open($webguiRoot,$file);