diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-10-03 23:35:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-03 23:35:04 +0000 |
commit | 2a2cff8f7e384fc3322e9fe95011fdf9e67eaab0 (patch) | |
tree | fd44df452e0dca9aa069ed33c7fadcec4f32c5c9 | |
parent | 85e8694289f5279b288af4ef19b43c4cab4e10f3 (diff) | |
parent | 7084817ce7145c5ee46188fe67c90bf84316c9c6 (diff) |
Merge "increase script verbosity for "docker logs" output"
-rw-r--r-- | policy-pe/do-start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-pe/do-start.sh b/policy-pe/do-start.sh index 34041c7a..49ddf257 100644 --- a/policy-pe/do-start.sh +++ b/policy-pe/do-start.sh @@ -87,7 +87,7 @@ if [[ $container == pap ]]; then ./wait-for-port.sh nexus 8081 # wait addional 1 minute for all processes to get fully initialized and synched up sleep 60 - bash config/push-policies.sh + bash -xv config/push-policies.sh fi sleep 1000d |