Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9c0b468
)
Update init_data_folders function
65/8165/2
author
Idan Amit
<ia096e@intl.att.com>
Mon, 21 Aug 2017 14:04:10 +0000
(17:04 +0300)
committer
Victor Morales
<victor.morales@intel.com>
Mon, 21 Aug 2017 14:24:39 +0000
(09:24 -0500)
Change-Id: I4fefd1f0fd54a36a9291339f45deaf7f15f18276
Issue-Id: INT-101
Signed-off-by: Idan Amit <ia096e@intl.att.com>
bootstrap/vagrant-onap/lib/asdc
patch
|
blob
|
history
diff --git
a/bootstrap/vagrant-onap/lib/asdc
b/bootstrap/vagrant-onap/lib/asdc
index
0c09b0b
..
d697a4e
100755
(executable)
--- a/
bootstrap/vagrant-onap/lib/asdc
+++ b/
bootstrap/vagrant-onap/lib/asdc
@@
-32,8
+32,7
@@
function init_data_folders {
mkdir -p /data/logs/BE
mkdir -p /data/logs/FE
chmod 777 /data
- chmod 777 /data/logs/BE
- chmod 777 /data/logs/FE
+ chmod 777 /data/logs
}
# setup_docker_aliases() - Function that setups the aliases required by sdc scripts