From: Jorge Hernandez Date: Tue, 3 Oct 2017 16:02:06 +0000 (-0500) Subject: increase script verbosity for "docker logs" output X-Git-Tag: v1.1.0~15^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7084817ce7145c5ee46188fe67c90bf84316c9c6;p=policy%2Fdocker.git increase script verbosity for "docker logs" output Change-Id: I830b22f4407eb1acf9c23b944bd74d9a1b545a7d Issue-ID: POLICY-275 Signed-off-by: Jorge Hernandez --- 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