From 02a6777f1be779f21bdb4bcc352f109e98c43f77 Mon Sep 17 00:00:00 2001
From: t3chn0m4g3 <marco.ochse@gmail.com>
Date: Thu, 18 Dec 2014 18:15:13 +0100
Subject: [PATCH] fix typo

---
 installer/install2.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/installer/install2.sh b/installer/install2.sh
index 0794020c..9a0dbb62 100755
--- a/installer/install2.sh
+++ b/installer/install2.sh
@@ -3,7 +3,7 @@
 # T-Pot Community Edition post install script          #
 # Ubuntu server 14.04, x64                             #
 #                                                      #
-# v0.17 by mo, DTAG, 2014-12-18                        #
+# v0.18 by mo, DTAG, 2014-12-18                        #
 ########################################################
 
 # Let's make sure there is a warning if running for a second time
@@ -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 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
@@ -257,6 +257,7 @@ IP:
 
 CTRL+ALT+F2 - Display current container status
 CTRL+ALT+F1 - Return to this screen
+
 EOF
 
 echo "#!/bin/sh -e" > /etc/rc.local.new