diff options
author | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-07-19 14:52:52 +0200 |
---|---|---|
committer | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-08-29 12:17:50 +0200 |
commit | 0a22bdc8e4979e1a1493c7f604f75bd0b5ab978e (patch) | |
tree | 0fd761df56d3347b34847499fca500766e268072 /sparkybe-onap-application/src/main/scripts/start.sh | |
parent | 9250f693a978f30a6c91dbdff5e49cf12a8277ab (diff) |
Fixed project version parsing
Change-Id: Iedc6b809dcc4f81c6d5e2424432b9adeadcd3941
Issue-ID: INT-1150
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
Diffstat (limited to 'sparkybe-onap-application/src/main/scripts/start.sh')
-rw-r--r-- | sparkybe-onap-application/src/main/scripts/start.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sparkybe-onap-application/src/main/scripts/start.sh b/sparkybe-onap-application/src/main/scripts/start.sh index 8369d6c..939f476 100644 --- a/sparkybe-onap-application/src/main/scripts/start.sh +++ b/sparkybe-onap-application/src/main/scripts/start.sh @@ -6,7 +6,9 @@ CONFIG_HOME=${APP_HOME}/config PROPS="-DAPP_HOME=${APP_HOME} -DCONFIG_HOME=${CONFIG_HOME} -Dlogging.config=${CONFIG_HOME}/logging/logback.xml" set -x -jar ufv ${APP_HOME}/lib/sparkybe-onap-application*.jar -C ${CONFIG_HOME}/portal/ BOOT-INF/classes/portal.properties -C ${CONFIG_HOME}/portal/ BOOT-INF/classes/key.properties +jar ufv ${APP_HOME}/lib/sparkybe-onap-application*.jar \ + -C ${CONFIG_HOME}/portal/ BOOT-INF/classes/portal.properties \ + -C ${CONFIG_HOME}/portal/ BOOT-INF/classes/key.properties > /dev/null 2>&1 # # change the working directory so that Spring-Boot will pick up the config folder from the right path |