Repository: incubator-ranger Updated Branches: refs/heads/master 376b0ea65 -> 6a9b140c7
Create a parent link conf to the inner conf dir Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/6a9b140c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/6a9b140c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/6a9b140c Branch: refs/heads/master Commit: 6a9b140c7b0b749fdd6c5d860b3762fab0702643 Parents: 376b0ea Author: Gautam Borad <[email protected]> Authored: Wed May 6 20:12:44 2015 +0530 Committer: Velmurugan Periasamy <[email protected]> Committed: Wed May 6 16:48:05 2015 -0400 ---------------------------------------------------------------------- security-admin/scripts/setup.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6a9b140c/security-admin/scripts/setup.sh ---------------------------------------------------------------------- diff --git a/security-admin/scripts/setup.sh b/security-admin/scripts/setup.sh index e8f4d9e..e1f895c 100755 --- a/security-admin/scripts/setup.sh +++ b/security-admin/scripts/setup.sh @@ -1583,4 +1583,6 @@ else log "[E] DB schema setup failed! Please contact Administrator." exit 1 fi +echo "ln -sf ${WEBAPP_ROOT}/WEB-INF/classes/conf ${INSTALL_DIR}/conf" +ln -sf ${WEBAPP_ROOT}/WEB-INF/classes/conf ${INSTALL_DIR}/conf echo "Installation of Ranger PolicyManager Web Application is completed."
