]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
mildy improve output
authorHolger Levsen <holger@layer-acht.org>
Thu, 8 Nov 2012 20:28:43 +0000 (21:28 +0100)
committerHolger Levsen <holger@layer-acht.org>
Thu, 8 Nov 2012 20:28:43 +0000 (21:28 +0100)
liveboot_testdeploy.sh

index ef19b04d29151d0b5f6be3652bfdfc300d4e3744..d54b27c41f00756b1ceb478443b864c92905600a 100755 (executable)
@@ -101,7 +101,7 @@ for i in $(seq 1 90) ; do
                        echo "ok, sshd is running at $(date +%H:%M:%S)"
                        break
                else
-                       echo "but sshd is not running at date $(+%H:%M:%S)"
+                       echo "but sshd is not running at date $(date +%H:%M:%S)"
                fi
        fi
 done
@@ -120,7 +120,7 @@ if [ ! -e $MAIL ] ; then
        echo "$MAIL does not exist, something wrong with liveboot-web?"
        exit 1
 fi
-cat $MAIL
+head -42 $MAIL
 cat $MAIL | /usr/sbin/sendmail $MAILTO
 echo
 echo "Ok, mail to $MAILTO send."