diff options
| -rw-r--r-- | build.ant | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
