summaryrefslogtreecommitdiffstats
path: root/lcm/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-02 16:35:42 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-02 16:36:44 +0800
commit8dabdab1970c332ed66a6f815608cc06f254fdff (patch)
tree77251dbde9859e1d767b97a29434117be6245a2b /lcm/docker
parentec6cbe7e2f8561e481d4d6a92d459ea6a5d5afa2 (diff)
Increase sh file execution privileges
Change-Id: If2a51eb7e6b0b7bd0d1d17c908a9a2c4cb878c96 Issue-ID: VFC-1330 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm/docker')
-rwxr-xr-xlcm/docker/docker-entrypoint.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcm/docker/docker-entrypoint.sh b/lcm/docker/docker-entrypoint.sh
index ed413828..f791bcfc 100755
--- a/lcm/docker/docker-entrypoint.sh
+++ b/lcm/docker/docker-entrypoint.sh
@@ -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