aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly/bin/run.sh
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2021-09-07 10:10:45 +0800
committerhekeguang <hekeguang@chinamobile.com>2021-09-07 10:10:56 +0800
commit2b484d866c4f6da6aa9caaed201923e52faab2d2 (patch)
treeeb9a147a1a43066030c483c5f4d7a55dd5a6127f /standalone/src/main/assembly/bin/run.sh
parent0b41cd024b473019f80164ddffe18872dd6465ad (diff)
UUI needs to use integration-java 11:9.0.0 image.
Issue-ID: USECASEUI-604 Change-Id: Ic1f04b1a5c98a5d460fc2abe08c8cbe14575164c Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly/bin/run.sh')
-rw-r--r--standalone/src/main/assembly/bin/run.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh
index bb0789b9..42249fa4 100644
--- a/standalone/src/main/assembly/bin/run.sh
+++ b/standalone/src/main/assembly/bin/run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Copyright 2016-2017 ZTE Corporation.
#
@@ -19,7 +19,8 @@ main_path="/home/uui"
echo @main_path@ $main_path
echo "Starting postgreSQL..."
-service postgresql start
+#service postgresql start
+postmaster -D /usr/share/postgresql/data &
sleep 10
echo "usecase-ui database init script start..."