From 5d64951c47da46b187671f04c2279d9e0943b41c Mon Sep 17 00:00:00 2001 From: fumingwei Date: Thu, 16 Sep 2021 14:25:11 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:TSG-7792:=E6=9A=82=E6=97=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0sleep=2010s=E8=A7=A3=E5=86=B3=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=87=AA=E6=A3=80=E6=9C=8D=E5=8A=A1=E5=90=8E=EF=BC=8C=E7=AB=8B?= =?UTF-8?q?=E5=8D=B3=E6=89=A7=E8=A1=8C=E8=87=AA=E6=A3=80case=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=EF=BC=8C=E8=87=AA=E6=A3=80bypass=20case=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/tsg-diagnose-oneshot | 3 ++- scripts/tsg-diagnose-periodical | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/tsg-diagnose-oneshot b/scripts/tsg-diagnose-oneshot index 04511a6..b1ee4d4 100644 --- a/scripts/tsg-diagnose-oneshot +++ b/scripts/tsg-diagnose-oneshot @@ -1,3 +1,4 @@ -#!/bin/bash -xe +#!/bin/bash -e systemctl start tsg-diagnose +sleep 10 docker exec -it dign-client /bin/sh -c "python bin/client.py" \ No newline at end of file diff --git a/scripts/tsg-diagnose-periodical b/scripts/tsg-diagnose-periodical index b596076..127a54e 100644 --- a/scripts/tsg-diagnose-periodical +++ b/scripts/tsg-diagnose-periodical @@ -1,3 +1,4 @@ -#!/bin/bash -xe +#!/bin/bash -e systemctl start tsg-diagnose +sleep 10 docker exec -it dign-client /bin/sh -c "python bin/client.py -l" \ No newline at end of file