increase script verbosity for "docker logs" output 91/17091/1
authorJorge Hernandez <jh1730@att.com>
Tue, 3 Oct 2017 16:02:06 +0000 (11:02 -0500)
committerJorge Hernandez <jh1730@att.com>
Tue, 3 Oct 2017 16:02:06 +0000 (11:02 -0500)
Change-Id: I830b22f4407eb1acf9c23b944bd74d9a1b545a7d
Issue-ID: POLICY-275
Signed-off-by: Jorge Hernandez <jh1730@att.com>
policy-pe/do-start.sh

index 34041c7..49ddf25 100644 (file)
@@ -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