From 263c6cd56e12070b799b586d87b80ab52da64a03 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 15 Dec 2014 17:41:12 -0500 Subject: [PATCH] copy remoteauth.cgi into ezproxy dir Signed-off-by: Bill Erickson --- KCLS/misc-scripts/post-install-tasks.sh | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.11.0