Optimize docker file of VFC-vnflcm
[vfc/gvnfm/vnflcm.git] / lcm / docker / docker-entrypoint.sh
index 4ba0757..9b01804 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-find  /service -name '*.sh'|xargs chmod a+x
-
 if [ -z "$SERVICE_IP" ]; then
     export SERVICE_IP=`hostname -i`
 fi