summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-02 15:47:58 +0200
committerLV-426 <lv-426@taproot.org.il>2015-03-02 15:47:58 +0200
commit8bcb92cf1a80692413c74c1f73e373141a975188 (patch)
tree650c0e8a1db179bdb20aa009e8c4cae4efe4c4c5
parentd46b7fec6fe5401526c88c507d6e5631b557aebd (diff)
user_db copy: avoiding quiet operation, allowing graceful fail if not present
-rw-r--r--build.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 5d1cbb89..0a673094 100644
--- a/build.ant
+++ b/build.ant
@@ -94,7 +94,7 @@
<copy file="res/etc/rhizi-server.conf"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
- <copy file="res/etc/user_db.db" tofile="${targetDeploymentDir}/user_db.db" quiet="true" />
+ <copy file="res/etc/user_db.db" tofile="${targetDeploymentDir}/user_db.db" failonerror="false" />
</parallel>
</target>