aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-10-03 11:02:06 -0500
committerJorge Hernandez <jh1730@att.com>2017-10-03 11:02:06 -0500
commit7084817ce7145c5ee46188fe67c90bf84316c9c6 (patch)
treea5fd8432d4540e3edef719f2faa8e49981b242f2
parent0fe9e2f2c10edd24efecb867ab5ba2aa794ea3cf (diff)
increase script verbosity for "docker logs" output
Change-Id: I830b22f4407eb1acf9c23b944bd74d9a1b545a7d Issue-ID: POLICY-275 Signed-off-by: Jorge Hernandez <jh1730@att.com>
-rw-r--r--policy-pe/do-start.sh2
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