Skip to content

Commit

Permalink
[build] Recursive chown optimize folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed May 27, 2016
1 parent d9a84b2 commit 07618c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build/package_scripts/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ user_create() {
if ! user_check "<%= user %>" ; then
user_create "<%= user %>"
fi
chown <%= user %>:<%= group %> /opt/kibana/optimize
chown -R <%= user %>:<%= group %> /opt/kibana/optimize

0 comments on commit 07618c3

Please sign in to comment.