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

raeburn raeburn at source.lon-capa.org
Sun May 14 15:14:39 EDT 2023


raeburn		Sun May 14 19:14:39 2023 EDT

  Modified files:              
    /loncom	CrCA.pl 
  Log:
  - Coding style -- indent is 4 spaces.
  
  
Index: loncom/CrCA.pl
diff -u loncom/CrCA.pl:1.6 loncom/CrCA.pl:1.7
--- loncom/CrCA.pl:1.6	Sun May 14 19:11:47 2023
+++ loncom/CrCA.pl	Sun May 14 19:14:39 2023
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # Script to create a Certificate Authority (CA) for a LON-CAPA cluster.
 #
-# $Id: CrCA.pl,v 1.6 2023/05/14 19:11:47 raeburn Exp $
+# $Id: CrCA.pl,v 1.7 2023/05/14 19:14:39 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -299,7 +299,7 @@
 
 
 END
-         close($fh);
+          close($fh);
       } else {
           print 'Error: failed to wtite to '."$dir/lonca/opensslca.conf. Exiting.\n";
           exit;




More information about the LON-CAPA-cvs mailing list