diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-21 19:08:46 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-28 16:18:53 -0400 |
commit | c2b9f61673089a475a9749af8ec642d0ae5aa047 (patch) | |
tree | 09d31632b117f325aba7e60eeb18608281454fc4 /aai-resources/src/main/scripts/run_Migrations.sh | |
parent | d5d81567b37df4730a4326f6bba09bfe355700b0 (diff) |
Update titan code to janus graph code
Issue-ID: AAI-949
Change-Id: I841ac5e1734742af863c6bffd0cc3b1951dfa321
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-resources/src/main/scripts/run_Migrations.sh')
-rw-r--r-- | aai-resources/src/main/scripts/run_Migrations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/src/main/scripts/run_Migrations.sh b/aai-resources/src/main/scripts/run_Migrations.sh index 1309094..19dda2d 100644 --- a/aai-resources/src/main/scripts/run_Migrations.sh +++ b/aai-resources/src/main/scripts/run_Migrations.sh @@ -30,7 +30,7 @@ start_date; check_user; source_profile; -ARGS="-c ${PROJECT_HOME}/resources/etc/appprops/titan-realtime.properties"; +ARGS="-c ${PROJECT_HOME}/resources/etc/appprops/janusgraph-realtime.properties"; if [ -f "$PROJECT_HOME/resources/application.properties" ]; then # Get the application properties file and look for all lines |