Add sslError file.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 27 Mar 2006 18:54:50 +0000 (18:54 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 27 Mar 2006 18:54:50 +0000 (18:54 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2001 cb58f699-b61c-0410-a6fe-9272a202ed29

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