Update init_data_folders function 65/8165/2
authorIdan Amit <ia096e@intl.att.com>
Mon, 21 Aug 2017 14:04:10 +0000 (17:04 +0300)
committerVictor 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

index 0c09b0b..d697a4e 100755 (executable)
@@ -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