* typo
This commit is contained in:
parent
d3074d9532
commit
3de4074117
|
@ -6,7 +6,7 @@ hosts="try1 try2 try3 try4 try5"
|
||||||
|
|
||||||
for host in ${hosts}; do
|
for host in ${hosts}; do
|
||||||
START=`date +%s`
|
START=`date +%s`
|
||||||
echo STARTDOKERN {host} $START
|
echo STARTDOKERN ${host} $START
|
||||||
date -u
|
date -u
|
||||||
sync
|
sync
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ for host in ${hosts}; do
|
||||||
sync
|
sync
|
||||||
END=`date +%s`
|
END=`date +%s`
|
||||||
ELAPSE=$(( $END - $START ))
|
ELAPSE=$(( $END - $START ))
|
||||||
echo ENDDOKERN {host} $END
|
echo ENDDOKERN ${host} $END
|
||||||
echo ELAPSEDOKERN $ELAPSE
|
echo ELAPSEDOKERN $ELAPSE
|
||||||
date -u
|
date -u
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue