From c46e98feede1989aa28de97fb004baa9fb78ef85 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Mon, 21 Aug 2017 17:04:10 +0300 Subject: Update init_data_folders function Change-Id: I4fefd1f0fd54a36a9291339f45deaf7f15f18276 Issue-Id: INT-101 Signed-off-by: Idan Amit --- bootstrap/vagrant-onap/lib/asdc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap/vagrant-onap') 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 -- cgit 1.2.3-korg