Skip to content

Commit 16bf250

Browse files
committed
Lint errors fix
1 parent 9518c73 commit 16bf250

File tree

1 file changed

+0
-7
lines changed
  • OracleSOASuite/dockerfiles/14.1.2.0/container-scripts

1 file changed

+0
-7
lines changed

OracleSOASuite/dockerfiles/14.1.2.0/container-scripts/startMS.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ function _term() {
2727
exit;
2828
}
2929

30-
#=================================================================
31-
function _kill() {
32-
echo "INFO: SIGKILL received, shutting down Managed Server!"
33-
$DOMAIN_HOME/bin/stopManagedWebLogic.sh ${MANAGED_SERVER} "http://"${ADMIN_HOST}:${ADMIN_PORT}
34-
exit;
35-
}
3630

3731
#calling soa extension function script
3832
/u01/oracle/container-scripts/soaExtFun.sh
@@ -43,7 +37,6 @@ function _kill() {
4337
#=================================================================
4438
trap _int SIGINT
4539
trap _term SIGTERM
46-
trap _kill SIGKILL
4740

4841
export vol_name=u01
4942

0 commit comments

Comments
 (0)