aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scripts/run_SendDeleteMigrationNotification.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scripts/run_SendDeleteMigrationNotification.sh')
-rw-r--r--src/main/scripts/run_SendDeleteMigrationNotification.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/main/scripts/run_SendDeleteMigrationNotification.sh b/src/main/scripts/run_SendDeleteMigrationNotification.sh
index 0b2f3e1..13d85b1 100644
--- a/src/main/scripts/run_SendDeleteMigrationNotification.sh
+++ b/src/main/scripts/run_SendDeleteMigrationNotification.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
###
# ============LICENSE_START=======================================================
@@ -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.
@@ -25,7 +25,6 @@ COMMON_ENV_PATH=$( cd "$(dirname "$0")" ; pwd -P )
start_date;
-check_user;
source_profile;
INPUT_PATH=$1
@@ -62,4 +61,4 @@ fi;
execute_spring_jar org.onap.aai.util.SendDeleteMigrationNotificationsMain ${PROJECT_HOME}/resources/migration-logback.xml ${ARGS} "$@"
end_date;
-exit 0 \ No newline at end of file
+exit 0