diff options
-rwxr-xr-x | deploy_vm1.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_vm1.sh b/deploy_vm1.sh index 2d77cf1..b55685e 100755 --- a/deploy_vm1.sh +++ b/deploy_vm1.sh @@ -167,6 +167,7 @@ else fi; chown -R $USER_ID:$USER_ID $RESOURCE_LOGS $TRAVERSAL_LOGS; +chown -R 341790:492381 $BABEL_LOGS; $DOCKER_COMPOSE_CMD run --rm aai-resources.api.simpledemo.onap.org createDBSchema.sh |