diff options
author | Andrew Gauld <agauld@att.com> | 2020-04-07 19:13:14 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2020-04-07 19:33:54 +0000 |
commit | ed7ac3ade7a87696ba7843557d1938efabe707ba (patch) | |
tree | 712d975dca855356c17238650652dc14305cf292 /mod/runtimeapi/runtime-web | |
parent | 334f1e118fce0e3888cc5d6bb6fd101592ed1f18 (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>
Diffstat (limited to 'mod/runtimeapi/runtime-web')
-rw-r--r-- | mod/runtimeapi/runtime-web/pom.xml | 4 |
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 && adduser -s /bin/bash -u 1000 -G dcaemod -D dcaemod</runCmd> + <runCmd>addgroup -g 1000 dcaemod && adduser -s /bin/bash -u 1000 -G dcaemod -D dcaemod && mkdir -p /maven/data && chown -R dcaemod:dcaemod /maven/data</runCmd> </runCmds> <workdir>/maven</workdir> <volumes> |