summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.ant3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 67536b3b..a612ab3c 100644
--- a/build.ant
+++ b/build.ant
@@ -79,7 +79,8 @@
<copy file="res/etc/rhizi-server.conf"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
<copy file="res/etc/htpasswd"
- tofile="${targetDeploymentDir}/etc/htpasswd" />
+ tofile="${targetDeploymentDir}/etc/htpasswd"
+ failonerror="false" quiet="true"/>
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
</parallel>