From 31a014fee10fc488759d9102e5f50b501303812b Mon Sep 17 00:00:00 2001 From: zhangab Date: Thu, 10 May 2018 11:08:42 +0800 Subject: fix uui_db init bug Change-Id: I024a028b1a8108a922d99ee0d045f3ae5f4aca8d Issue-ID: USECASEUI-113 Signed-off-by: zhangab --- standalone/src/main/assembly/bin/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'standalone/src') diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh index 71cf7c83..d90e777e 100644 --- a/standalone/src/main/assembly/bin/run.sh +++ b/standalone/src/main/assembly/bin/run.sh @@ -24,8 +24,8 @@ service mysql start sleep 10 SCRIPT="/home/uui/resources/bin/initDB.sh" -chmod 755 "$SCRIPT" -"$SCRIPT" root root 3306 127.0.0.1 +chmod 755 $SCRIPT +$SCRIPT root root 3306 127.0.0.1 echo @JAVA_HOME@ $JAVA_HOME JAVA="$JAVA_HOME/bin/java" -- cgit 1.2.3-korg