From fb2de9c6846507e8ee8ea12d59d75212bfbd1271 Mon Sep 17 00:00:00 2001 From: hekeguang Date: Tue, 10 Mar 2020 20:33:04 +0800 Subject: Modify the startup related scripts to support the no root startup of the container! Issue-ID: USECASEUI-402 Change-Id: I96ee14d885b16a32b5539b803537c08d568ac080 Signed-off-by: hekeguang --- standalone/src/main/assembly/resources/bin/initDB.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'standalone/src/main/assembly/resources/bin/initDB.sh') diff --git a/standalone/src/main/assembly/resources/bin/initDB.sh b/standalone/src/main/assembly/resources/bin/initDB.sh index 97e65ad3..cdfa4b5c 100644 --- a/standalone/src/main/assembly/resources/bin/initDB.sh +++ b/standalone/src/main/assembly/resources/bin/initDB.sh @@ -23,9 +23,9 @@ user_pg=$3 user_uui=$4 echo "setting postgres database password" -su - $user_pg <