diff options
-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 |