diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-21 19:01:00 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-21 19:10:34 +0200 |
| commit | 03f58e44fe293028038f06e7a52379f6edb68465 (patch) | |
| tree | 3c2ee7f522de39354e426c50c86c21e79f489527 | |
| parent | 696f599c4936eea66979d24d1d6f84e0462334ab (diff) | |
build.ant: copy htpasswd
| -rw-r--r-- | build.ant | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,8 @@ <copy file="res/etc/rhizi-server.conf.example" tofile="${targetDeploymentDir}/etc/rhizi-server.conf" /> + <copy file="res/etc/htpasswd" + tofile="${targetDeploymentDir}/etc/htpasswd" /> <rsync src="res/templates/" dst="${targetDeploymentDir}/templates" /> </parallel> |
