From 3de4074117409bb792c8637e3014191e17657a5a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 31 Oct 2011 14:16:44 -0400 Subject: [PATCH] * typo --- kernel/stress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/stress.sh b/kernel/stress.sh index 1582d8d..36e5a52 100755 --- a/kernel/stress.sh +++ b/kernel/stress.sh @@ -6,7 +6,7 @@ hosts="try1 try2 try3 try4 try5" for host in ${hosts}; do START=`date +%s` - echo STARTDOKERN {host} $START + echo STARTDOKERN ${host} $START date -u sync @@ -30,7 +30,7 @@ for host in ${hosts}; do sync END=`date +%s` ELAPSE=$(( $END - $START )) - echo ENDDOKERN {host} $END + echo ENDDOKERN ${host} $END echo ELAPSEDOKERN $ELAPSE date -u done