summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gauld <agauld@att.com>2020-04-07 19:13:14 +0000
committerAndrew Gauld <agauld@att.com>2020-04-07 19:33:54 +0000
commited7ac3ade7a87696ba7843557d1938efabe707ba (patch)
tree712d975dca855356c17238650652dc14305cf292
parent334f1e118fce0e3888cc5d6bb6fd101592ed1f18 (diff)
Create /maven/data dir owned by dcaegen:dcaegen1.0.3
Change-Id: If29c7a128fd3cc2b17f07109734179249cd5064f Issue-ID: DCAEGEN2-2194 Signed-off-by: Andrew Gauld <agauld@att.com>
-rw-r--r--mod/runtimeapi/runtime-web/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml
index 4cc5a66..c19c29e 100644
--- a/mod/runtimeapi/runtime-web/pom.xml
+++ b/mod/runtimeapi/runtime-web/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<version>1.0.1</version>
</parent>
<artifactId>runtime-web</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>runtime-web</name>
<description>MOD Runtime Web Module</description>
@@ -119,7 +119,7 @@ limitations under the License.
<descriptorRef>artifact</descriptorRef>
</assembly>
<runCmds>
- <runCmd>addgroup -g 1000 dcaemod &amp;&amp; adduser -s /bin/bash -u 1000 -G dcaemod -D dcaemod</runCmd>
+ <runCmd>addgroup -g 1000 dcaemod &amp;&amp; adduser -s /bin/bash -u 1000 -G dcaemod -D dcaemod &amp;&amp; mkdir -p /maven/data &amp;&amp; chown -R dcaemod:dcaemod /maven/data</runCmd>
</runCmds>
<workdir>/maven</workdir>
<volumes>