remove chmod hack

Original commit: elastic/x-pack-elasticsearch@51bd629e5a
This commit is contained in:
Robert Muir 2015-07-09 12:52:27 -04:00
parent d2d5e62230
commit 889e63c6f5
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@
args="${integ.args} -Des.path.repo=${integ.repo.home}"/>
<!-- begin shield plugin mods -->
<!-- TODO: pluginmanager is really broken here!!!! correct the file permissions -->
<exec executable="chmod" failonerror="true" osfamily="unix">
<arg line="-R a+r ${integ.home}/bin/elasticsearch-shield"/>
</exec>
<run-script dir="${integ.home}" script="bin/elasticsearch-shield/esusers"
args="useradd test_user -p changeme -r admin"/>