diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-24 14:06:58 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-24 15:24:35 -0400 |
commit | 16ea5afacc6140573ff431bf5622a6c8cc07925b (patch) | |
tree | 08e217d92acaeb357c3000774f6d685910de3f3a /aai-resources/src/main/scripts/getTool.sh | |
parent | ae69d6fd9a3b9f56dec5c6fc0f5fc1aad67a1dfd (diff) |
Pull the latest code resources internal
Remove the test that should not be in resources
Change-Id: Ic20fe3942bae3ec217933284d2b176bb8079788e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources/src/main/scripts/getTool.sh')
-rw-r--r-- | aai-resources/src/main/scripts/getTool.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-resources/src/main/scripts/getTool.sh b/aai-resources/src/main/scripts/getTool.sh index 2da20eb..6f54299 100644 --- a/aai-resources/src/main/scripts/getTool.sh +++ b/aai-resources/src/main/scripts/getTool.sh @@ -34,6 +34,7 @@ if [ "${userid}" != "aaiadmin" ]; then fi . /etc/profile.d/aai.sh +PROJECT_HOME=/opt/app/aai-resources for JAR in `ls $PROJECT_HOME/extJars/*.jar` do |