diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-10 11:08:42 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-10 11:08:51 +0800 |
commit | 31a014fee10fc488759d9102e5f50b501303812b (patch) | |
tree | 782c831d1bb37e12840ad076bc185022c904d9ab /standalone/src/main/assembly | |
parent | af4d7e9f46a89f48a21113dc391641a1e33005fc (diff) |
fix uui_db init bug
Change-Id: I024a028b1a8108a922d99ee0d045f3ae5f4aca8d
Issue-ID: USECASEUI-113
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly')
-rw-r--r-- | standalone/src/main/assembly/bin/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |