mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
random loop timer ewsposter
This commit is contained in:
parent
fa0fdbb579
commit
64907a2eba
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@ RUN apk -U --no-cache add \
|
|||
# Run ewsposter
|
||||
STOPSIGNAL SIGINT
|
||||
USER ews:ews
|
||||
CMD sleep 10 && exec /usr/bin/python3 -u /opt/ewsposter/ews.py -l 60
|
||||
CMD sleep 10 && exec /usr/bin/python3 -u /opt/ewsposter/ews.py -l $(shuf -i 10-60 -n 1)
|
||||
|
|
Loading…
Reference in a new issue