diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-09-04 14:19:59 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-09-04 14:20:02 -0400 |
commit | 9b556ab194279fed6fbc7b29a6d043fb6ecf19f7 (patch) | |
tree | cdd5cde1f2b21990a360f23a122c37c38b5ab25b /sparkybe-onap-application/src/main/scripts | |
parent | 21730cb59e91849d6ca2ff5449cfeb4f5fa2d6fd (diff) |
Cherry-pick review #92777 for elalto5.1.0-ONAP5.0.2-ONAP5.0.1-ONAPelalto
Issue-ID: INT-1150
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I942a148f9bed098e9e79513765d44ef3e231bf3b
Diffstat (limited to 'sparkybe-onap-application/src/main/scripts')
-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 |