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 fd6c9b8 + 988ba0b commit 3ef48f4Copy full SHA for 3ef48f4
jobs/kibana-platform/templates/bin/pre-start.erb
@@ -5,4 +5,8 @@ if ! [[ $(ls -1 /var/vcap/packages/kibana-platform/plugins | wc -l) == 0 ]]; the
5
fi
6
7
cd /var/vcap/packages/kibana-platform
8
-chown -R vcap:vcap optimize config data plugins
+chown -R vcap:vcap config data plugins
9
+
10
+if [[ -d optimize ]]; then
11
+ chown -R vcap:vcap optimize
12
+fi
0 commit comments