aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-08-21 17:04:10 +0300
committerVictor Morales <victor.morales@intel.com>2017-08-21 09:24:39 -0500
commitc46e98feede1989aa28de97fb004baa9fb78ef85 (patch)
tree6c365575da4ae0343d679a7669f0d10e996e2f0c /bootstrap/vagrant-onap
parent9c0b46832ff031e337a13358eb83752c853aa1fc (diff)
Update init_data_folders function
Change-Id: I4fefd1f0fd54a36a9291339f45deaf7f15f18276 Issue-Id: INT-101 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'bootstrap/vagrant-onap')
-rwxr-xr-xbootstrap/vagrant-onap/lib/asdc3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/lib/asdc b/bootstrap/vagrant-onap/lib/asdc
index 0c09b0b64..d697a4eb4 100755
--- 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