File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
modules/sso/config/launch/setup/75/added Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ function runServer() {
27
27
export NODE_NAME=" ${NODE_NAME:- node} -${count} "
28
28
29
29
source $JBOSS_HOME /bin/launch/configure-modules.sh
30
+ # CIAM-1522 correction
31
+ # if a delayedpostconfigure.sh file exists call it, otherwise fallback on postconfigure.sh
32
+ executeModules delayedPostConfigure
33
+ # EOF CIAM-1522 correction
30
34
31
35
log_info " Running $JBOSS_IMAGE_NAME image, version $JBOSS_IMAGE_VERSION "
32
36
@@ -62,6 +66,10 @@ if [ "${SPLIT_DATA^^}" = "TRUE" ]; then
62
66
partitionPV " ${DATA_DIR} " " ${SPLIT_LOCK_TIMEOUT:- 30} "
63
67
else
64
68
source $JBOSS_HOME /bin/launch/configure-modules.sh
69
+ # CIAM-1522 correction
70
+ # if a delayedpostconfigure.sh file exists call it, otherwise fallback on postconfigure.sh
71
+ executeModules delayedPostConfigure
72
+ # EOF CIAM-1522 correction
65
73
66
74
log_info " Running $JBOSS_IMAGE_NAME image, version $JBOSS_IMAGE_VERSION "
67
75
You can’t perform that action at this time.
0 commit comments