mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
clear /dev/tty2 before output
This commit is contained in:
@ -232,7 +232,7 @@ fuECHO "### Adding useful docker output to tty2"
|
||||
tee -a /etc/crontab <<EOF
|
||||
|
||||
# Show running containers every 60s via /dev/tty2
|
||||
*/1 * * * * root date > /dev/tty2; docker ps > /dev/tty2; echo > /dev/tty2
|
||||
*/1 * * * * root clear > /dev/tty2; date > /dev/tty2; docker ps > /dev/tty2; echo > /dev/tty2
|
||||
EOF
|
||||
|
||||
# Let's add a nice and useful issue text and update rc.local accordingly
|
||||
|
Reference in New Issue
Block a user