Skip to content

Commit 5fa9982

Browse files
authored
Merge pull request #1185 from arunans23/extensions
Update system property and file permission
2 parents 9abaf10 + 9cc080e commit 5fa9982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/studio-platform/plugins/org.wso2.integrationstudio.docker.distribution/resources/ChoreoConfigs/docker-entrypoint.sh

100644100755
File mode changed.

components/studio-platform/plugins/org.wso2.integrationstudio.docker.distribution/resources/ChoreoConfigs/micro-integrator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ do
327327
-Dproperties.file.path=default \
328328
-DenableReadinessProbe=true \
329329
-DenableManagementApi=true \
330-
-DreadOnlyFileSystemMode=true \
330+
-DskipStartupExtensions=true \
331331
-DavoidConfigUpdate=true \
332332
-Dlogfiles.home=/tmp \
333333
-Dconfig.backup.path="/tmp/backup" \
@@ -338,4 +338,4 @@ do
338338
-Dorg.apache.activemq.SERIALIZABLE_PACKAGES="*" \
339339
org.wso2.micro.integrator.bootstrap.Bootstrap $*
340340
status=$?
341-
done
341+
done

0 commit comments

Comments
 (0)