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.
2 parents 0e8d7ff + cae6be8 commit a9aee13Copy full SHA for a9aee13
jboss/container/wildfly/launch-config/config/added/launch/launch.sh
@@ -32,6 +32,13 @@ function configure_server() {
32
33
# Configure the server using CLI + embedded server.
34
function configure_server_with_cli() {
35
+ # prepare the cli properties files
36
+ createConfigExecutionContext
37
+ # cli for drivers are needed to be added to script file as well
38
+ if [ -s "${S2I_CLI_DRIVERS_FILE}" ] && [ "${CONFIG_ADJUSTMENT_MODE,,}" != "cli" ]; then
39
+ cat "${S2I_CLI_DRIVERS_FILE}" > "${CLI_SCRIPT_FILE}"
40
+ fi
41
+
42
configure_scripts
43
configure_embedded_cli_script
44
}
@@ -323,4 +330,4 @@ function reload_server() {
323
330
return 0
324
331
325
332
326
-# End CLI execution during boot
333
+# End CLI execution during boot
0 commit comments