Skip to content

Commit

Permalink
Update path on webserver to copy members file to
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Nov 8, 2017
1 parent 3e9c90f commit 7e6a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<property name="www.user" value="wwwscp"/>
<property name="www.hostname" value="www-ne-01.infr.ukfederation.org.uk"/>
<property name="www.path.stats" value="/var/www/www-prod/html/fed"/>
<property name="www.path.members" value="/var/www/www-prod/externals"/>
<property name="www.path.members" value="/var/www/externals"/>
<property name="www.url.stats" value="${www.user}@${www.hostname}:${www.path.stats}"/>
<property name="www.url.members" value="${www.user}@${www.hostname}:${www.path.members}"/>

Expand Down

0 comments on commit 7e6a22e

Please sign in to comment.