From 426db67f4d4e2aac085a3882abc981842e2a11c7 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Wed, 30 Aug 2000 18:49:21 +0000 Subject: [PATCH] Append to logfile instead of blowing it away. --- regtape/grouper.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regtape/grouper.pl b/regtape/grouper.pl index 8a4075c5..6426f9f4 100755 --- a/regtape/grouper.pl +++ b/regtape/grouper.pl @@ -51,7 +51,7 @@ while (($user, $mitid) = $sth->fetchrow_array) { open(MRTEST, "|$mrtest >/dev/null 2>&1"); print MRTEST "connect $db\n"; print MRTEST "auth\n"; -open(LOG, ">$logfile"); +open(LOG, ">>$logfile"); # Create any lists that don't already exist in Moira foreach $class (@$classes) { -- 2.45.2