diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-10-03 11:02:06 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-10-03 11:02:06 -0500 |
commit | 7084817ce7145c5ee46188fe67c90bf84316c9c6 (patch) | |
tree | a5fd8432d4540e3edef719f2faa8e49981b242f2 /policy-pe | |
parent | 0fe9e2f2c10edd24efecb867ab5ba2aa794ea3cf (diff) |
increase script verbosity for "docker logs" output
Change-Id: I830b22f4407eb1acf9c23b944bd74d9a1b545a7d
Issue-ID: POLICY-275
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'policy-pe')
-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 |