Return to loncron CVS log | Up to [LON-CAPA] / loncom |
version 1.87, 2010/08/21 22:23:05 | version 1.88, 2011/04/23 16:18:49 |
---|---|
Line 823 sub main () { | Line 823 sub main () { |
close($fh); | close($fh); |
my $execpath = $perlvar{'lonDaemons'}.'/lciptables'; | my $execpath = $perlvar{'lonDaemons'}.'/lciptables'; |
system("$execpath $tmpfile"); | system("$execpath $tmpfile"); |
unlink($fh); | unlink($tmpfile); |
} | } |
} | } |