Increase sh file execution privileges
[vfc/nfvo/lcm.git] / docker / docker-entrypoint.sh
index 814d179..e116c33 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