Code optimization2
[vfc/nfvo/lcm.git] / docker / docker-entrypoint.sh
index 814d179..8f25b29 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+sudo chown onap:onap -R /service
+find  /service -name '*.sh'|xargs chmod a+x
+
 if [ -z "$SERVICE_IP" ]; then
     export SERVICE_IP=`hostname -i`
 fi