diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-10 14:50:07 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-10 14:50:13 +0800 |
commit | ffbc1024dd6be539a4a1e28750fe5098ae726371 (patch) | |
tree | 40b9e9dfe609cec77c16466bb2e40cd6d8cf0819 /standalone | |
parent | 31a014fee10fc488759d9102e5f50b501303812b (diff) |
fix uui-server db init bug
Change-Id: I686e5e3ff0bd11bc587fabffcaa6f042928b504b
Issue-ID: USECASEUI-113
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/src/main/assembly/resources/bin/initDB.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/resources/bin/initDB.sh b/standalone/src/main/assembly/resources/bin/initDB.sh index 06d2bfc8..6683960c 100644 --- a/standalone/src/main/assembly/resources/bin/initDB.sh +++ b/standalone/src/main/assembly/resources/bin/initDB.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#! /bin/bash # # Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. # |