Increase sh file execution privileges 36/83936/1
authoryangyan <yangyanyj@chinamobile.com>
Tue, 2 Apr 2019 08:35:42 +0000 (16:35 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Tue, 2 Apr 2019 08:36:44 +0000 (16:36 +0800)
Change-Id: If2a51eb7e6b0b7bd0d1d17c908a9a2c4cb878c96
Issue-ID: VFC-1330
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/docker/docker-entrypoint.sh
lcm/resources/bin/initDB.sh

index ed41382..f791bcf 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+find  /service -name '*.sh'|xargs chmod a+x
+
 if [ -z "$SERVICE_IP" ]; then
     export SERVICE_IP=`hostname -i`
 fi
index 8c97edc..764ac1a 100755 (executable)
 # limitations under the License.
 #
 
-######
-#test for vfc-db
-######
-
 DIRNAME=`dirname $0`
 HOME=`cd $DIRNAME/; pwd`
 MYSQL_USER=$1