Add sslError file.
authorScott Cantor <cantor.2@osu.edu>
Mon, 27 Mar 2006 18:54:50 +0000 (18:54 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 27 Mar 2006 18:54:50 +0000 (18:54 +0000)
msi/scripts/shib_edit_config_files.vbs

index c39f65c..0f76fe5 100644 (file)
@@ -191,6 +191,9 @@ if (Err = 0) then
     FileSystemObj.CopyFile DistDir & "sp-example.key", ConfigDir, false
   End If
 
+  If (NOT FileSystemObj.FileExists(ConfigDir & "sslError.html")) then
+    FileSystemObj.CopyFile DistDir & "sslError.html", ConfigDir, false
+  End If
 
 'Last End If
 End If
\ No newline at end of file