]> andersk Git - moira.git/commitdiff
Append to logfile instead of blowing it away.
authorzacheiss <zacheiss>
Wed, 30 Aug 2000 18:49:21 +0000 (18:49 +0000)
committerzacheiss <zacheiss>
Wed, 30 Aug 2000 18:49:21 +0000 (18:49 +0000)
regtape/grouper.pl

index 8a4075c5e6ed809f439d1807af8f72259e344ffc..6426f9f4238aa072387553c4acb7eb91896babef 100755 (executable)
@@ -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) {
This page took 0.296368 seconds and 5 git commands to generate.