diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-02 15:47:58 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-03-02 15:47:58 +0200 |
| commit | 8bcb92cf1a80692413c74c1f73e373141a975188 (patch) | |
| tree | 650c0e8a1db179bdb20aa009e8c4cae4efe4c4c5 | |
| parent | d46b7fec6fe5401526c88c507d6e5631b557aebd (diff) | |
user_db copy: avoiding quiet operation, allowing graceful fail if not present
| -rw-r--r-- | build.ant | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
