diff options
Diffstat (limited to 'src/main/scripts/updatePropertyTool.sh')
-rw-r--r-- | src/main/scripts/updatePropertyTool.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/scripts/updatePropertyTool.sh b/src/main/scripts/updatePropertyTool.sh index 7e53a3f..589e4a3 100644 --- a/src/main/scripts/updatePropertyTool.sh +++ b/src/main/scripts/updatePropertyTool.sh @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/sh # # ============LICENSE_START======================================================= # org.onap.aai @@ -50,7 +50,6 @@ COMMON_ENV_PATH=$( cd "$(dirname "$0")" ; pwd -P ) start_date; -check_user; source_profile; execute_spring_jar org.onap.aai.dbgen.UpdatePropertyTool ${PROJECT_HOME}/resources/updatePropertyTool-logback.xml "$@" end_date; |