From 3d6aee54e3fc66ffc081a5e9fc1e724174077271 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 18 Dec 2014 18:24:00 +0100 Subject: [PATCH] clear /dev/tty2 before output --- installer/install2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install2.sh b/installer/install2.sh index 9a0dbb62..83647e0e 100755 --- a/installer/install2.sh +++ b/installer/install2.sh @@ -232,7 +232,7 @@ fuECHO "### Adding useful docker output to tty2" tee -a /etc/crontab < /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