diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-02 10:33:55 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-04-02 02:39:50 +0000 |
commit | 1ee4a11393e48d1b98649872a1fc383c46ea7475 (patch) | |
tree | c4a7797fea4ddb67129083dce8fa4831b7ea501c /resources/bin | |
parent | 122d25716fce2efbdd94a28b022b24095fe2648d (diff) |
fix assembly issue
Change-Id: Ia9926a574fb6802ca8c513e79eb5f7d19ba4bdd5
Issue-ID: VFC-1325
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'resources/bin')
-rw-r--r-- | resources/bin/initDB.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/bin/initDB.sh b/resources/bin/initDB.sh index 13c0f2ca..01bb1561 100644 --- a/resources/bin/initDB.sh +++ b/resources/bin/initDB.sh @@ -15,10 +15,6 @@ # limitations under the License. # -###### -#test for vfc-db -###### - DIRNAME=`dirname $0` HOME=`cd $DIRNAME/; pwd` MYSQL_USER=$1 |