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