Skip to content
Snippets Groups Projects
Commit 9265fd0a authored by Demian Katz's avatar Demian Katz
Browse files

Rolled back experimental change.

parent 2f76e820
No related merge requests found
...@@ -112,8 +112,7 @@ ...@@ -112,8 +112,7 @@
<if> <if>
<istrue value="${apachectl}" /> <istrue value="${apachectl}" />
<then> <then>
<!-- <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" /> --> <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" />
<exec command="cp ${srcdir}/local/httpd-vufind.conf ${apacheconfdir}/vufindtest.conf" />
<exec command="${apachectl} restart" /> <exec command="${apachectl} restart" />
</then> </then>
</if> </if>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment