From e87f04f3f53f17ccb2b5327f7f4ff79490abda36 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 20 Oct 2014 23:59:40 -0400 Subject: [PATCH] trusty installer: apache_24 cont. Signed-off-by: Bill Erickson --- installer/trusty/eg_trusty_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/trusty/eg_trusty_installer.sh b/installer/trusty/eg_trusty_installer.sh index b788002a7..8f08ea91a 100755 --- a/installer/trusty/eg_trusty_installer.sh +++ b/installer/trusty/eg_trusty_installer.sh @@ -477,7 +477,7 @@ function configure_apache { cd /home/opensrf/Evergreen/ cp Open-ILS/examples/apache_24/eg.conf /etc/apache2/sites-available/ cp Open-ILS/examples/apache_24/eg_vhost.conf /etc/apache2/ - cp Open-ILS/examples/apache_24/eg_startup /etc/apache2/ + cp Open-ILS/examples/apache/eg_startup /etc/apache2/ mkdir -p /etc/apache2/ssl; if [ ! -f /etc/apache2/ssl/server.key ] ; then -- 2.11.0