diff options
Diffstat (limited to 'src/main/scripts/run_Migrations.sh')
-rw-r--r-- | src/main/scripts/run_Migrations.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/scripts/run_Migrations.sh b/src/main/scripts/run_Migrations.sh index cbfe335..c60e59e 100644 --- a/src/main/scripts/run_Migrations.sh +++ b/src/main/scripts/run_Migrations.sh @@ -9,9 +9,9 @@ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -27,7 +27,6 @@ COMMON_ENV_PATH=$( cd "$(dirname "$0")" ; pwd -P ) # and then let the common functions check if the function exist and invoke it # So this all can be templated out start_date; -check_user; source_profile; ARGS="-c ${PROJECT_HOME}/resources/etc/appprops/janusgraph-migration.properties"; @@ -46,4 +45,4 @@ fi; execute_spring_jar org.onap.aai.migration.MigrationController ${PROJECT_HOME}/resources/migration-logback.xml ${ARGS} "$@" end_date; -exit 0
\ No newline at end of file +exit 0 |