--- loncom/CrGrant.pl 2004/07/09 09:11:48 1.4 +++ loncom/CrGrant.pl 2004/07/09 09:16:09 1.5 @@ -2,7 +2,7 @@ # The LearningOnline Network # CrGrant.pl - Grant a loncapa SSL certificate. # -# $Id: CrGrant.pl,v 1.4 2004/07/09 09:11:48 foxr Exp $ +# $Id: CrGrant.pl,v 1.5 2004/07/09 09:16:09 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -502,7 +502,7 @@ sub SendEmail { sub Cleanup { my ($installer) = @_; unlink($installer); - unlink("hostcertificate.pem"); + unlink("hostCertificate.pem"); }