Missing files, fix for SSPCPP-40
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 28 Sep 2007 01:18:13 +0000 (01:18 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 28 Sep 2007 01:18:13 +0000 (01:18 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2514 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/scripts/shib_edit_config_files.vbs

index b8b268a..8ac6204 100644 (file)
@@ -190,6 +190,14 @@ if (Err = 0) then
     FileSystemObj.CopyFile DistDir & "bindingTemplate.html", ConfigDir, false
   End If
 
+  If (NOT FileSystemObj.FileExists(ConfigDir & "localLogout.html")) then
+    FileSystemObj.CopyFile DistDir & "localLogout.html", ConfigDir, false
+  End If
+
+  If (NOT FileSystemObj.FileExists(ConfigDir & "globalLogout.html")) then
+    FileSystemObj.CopyFile DistDir & "globalLogout.html", ConfigDir, false
+  End If
+
   If (NOT FileSystemObj.FileExists(ConfigDir & "openssl.cnf")) then
     FileSystemObj.CopyFile DistDir & "openssl.cnf", ConfigDir, false
   End If