Code Review
/
vfc
/
nfvo
/
catalog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d0e8909
)
INcrease sh file execution pricileges
40/83940/1
author
yangyan
<yangyanyj@chinamobile.com>
Tue, 2 Apr 2019 08:47:11 +0000
(16:47 +0800)
committer
yangyan
<yangyanyj@chinamobile.com>
Tue, 2 Apr 2019 08:47:26 +0000
(16:47 +0800)
Change-Id: Idb9a32824e9989d42f891b839b8ff892af9bd713
Issue-ID: VFC-1330
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/docker-entrypoint.sh
patch
|
blob
|
history
diff --git
a/docker/docker-entrypoint.sh
b/docker/docker-entrypoint.sh
index
0a277fa
..
f3ed586
100755
(executable)
--- a/
docker/docker-entrypoint.sh
+++ b/
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