projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34dc5f9
)
copy remoteauth.cgi into ezproxy dir
author
Bill Erickson
<berickxx@gmail.com>
Mon, 15 Dec 2014 22:41:12 +0000
(17:41 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/misc-scripts/post-install-tasks.sh
patch
|
blob
|
history
diff --git
a/KCLS/misc-scripts/post-install-tasks.sh
b/KCLS/misc-scripts/post-install-tasks.sh
index
86de021
..
5fc512c
100755
(executable)
--- a/
KCLS/misc-scripts/post-install-tasks.sh
+++ b/
KCLS/misc-scripts/post-install-tasks.sh
@@
-51,6
+51,9
@@
function copy_custom_files {
cd /home/opensrf/Evergreen/
# web templates
cp -r KCLS/openils/var/templates_kcls /openils/var/
+
+ mkdir -p /openils/var/cgi-bin/ezproxy/
+ cp Open-ILS/examples/remoteauth.cgi /openils/var/cgi-bin/ezproxy/
}
publish_staff_client_build;