From 4db8cf6cafdd931061c6f41306cfccc9f58ddc4b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 27 Jan 2015 12:41:43 +0200 Subject: build.ant: ignore missing htpasswd (used only for run-local.sh) --- build.ant | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.ant b/build.ant index 67536b3b..a612ab3c 100644 --- a/build.ant +++ b/build.ant @@ -79,7 +79,8 @@ + tofile="${targetDeploymentDir}/etc/htpasswd" + failonerror="false" quiet="true"/> -- cgit v1.3.1