From: Bill Erickson Date: Mon, 15 Dec 2014 22:41:12 +0000 (-0500) Subject: copy remoteauth.cgi into ezproxy dir X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=263c6cd56e12070b799b586d87b80ab52da64a03;p=working%2FEvergreen.git copy remoteauth.cgi into ezproxy dir Signed-off-by: Bill Erickson --- diff --git a/KCLS/misc-scripts/post-install-tasks.sh b/KCLS/misc-scripts/post-install-tasks.sh index 86de021ead..5fc512c716 100755 --- 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;