[LON-CAPA-cvs] cvs: loncom / CrGrant.pl

foxr lon-capa-cvs@mail.lon-capa.org
Fri, 09 Jul 2004 09:16:09 -0000


foxr		Fri Jul  9 05:16:09 2004 EDT

  Modified files:              
    /loncom	CrGrant.pl 
  Log:
  Fix a case problem on the cleanup of the generated certificate file
  
  
Index: loncom/CrGrant.pl
diff -u loncom/CrGrant.pl:1.4 loncom/CrGrant.pl:1.5
--- loncom/CrGrant.pl:1.4	Fri Jul  9 05:11:48 2004
+++ loncom/CrGrant.pl	Fri Jul  9 05:16:09 2004
@@ -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 Cleanup {
     my ($installer) = @_;
     unlink($installer);
-    unlink("hostcertificate.pem");
+    unlink("hostCertificate.pem");
 }