diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-21 20:51:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-21 20:51:44 +0000 |
commit | ed2b8d40a08e9596fc84bff3f2242a604a9c4a9a (patch) | |
tree | 2ccb7114b7daea0457b400cff1bf825f45489d40 | |
parent | ea391d2333f65b1e6d85c8fe97bae6fbb5abb98c (diff) | |
parent | c46e98feede1989aa28de97fb004baa9fb78ef85 (diff) |
Merge "Update init_data_folders function"
-rwxr-xr-x | bootstrap/vagrant-onap/lib/asdc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/lib/asdc b/bootstrap/vagrant-onap/lib/asdc index fa4e499f7..bbd3d3bc5 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 |