From 8dabdab1970c332ed66a6f815608cc06f254fdff Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 2 Apr 2019 16:35:42 +0800 Subject: Increase sh file execution privileges Change-Id: If2a51eb7e6b0b7bd0d1d17c908a9a2c4cb878c96 Issue-ID: VFC-1330 Signed-off-by: yangyan --- lcm/resources/bin/initDB.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lcm/resources/bin') diff --git a/lcm/resources/bin/initDB.sh b/lcm/resources/bin/initDB.sh index 8c97edcb..764ac1ac 100755 --- a/lcm/resources/bin/initDB.sh +++ b/lcm/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 -- cgit 1.2.3-korg