We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9518c73 commit 16bf250Copy full SHA for 16bf250
OracleSOASuite/dockerfiles/14.1.2.0/container-scripts/startMS.sh
@@ -27,12 +27,6 @@ function _term() {
27
exit;
28
}
29
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
-}
36
37
#calling soa extension function script
38
/u01/oracle/container-scripts/soaExtFun.sh
@@ -43,7 +37,6 @@ function _kill() {
43
#=================================================================
44
trap _int SIGINT
45
39
trap _term SIGTERM
46
-trap _kill SIGKILL
47
40
48
41
export vol_name=u01
49
42
0 commit comments