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