From af3ed028245434c62fff01d8a9a6c956bbb35fc1 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 23 Mar 2012 15:17:01 +0000 Subject: [PATCH] Fix teh other typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11972 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/doxcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot2/doxcat b/xCAT-nbroot2/doxcat index 526cada95..05ccadfcf 100755 --- a/xCAT-nbroot2/doxcat +++ b/xCAT-nbroot2/doxcat @@ -135,7 +135,7 @@ while :; do dest=`echo $destiny|awk -F= '{print $1}'` mkdir /tmp/`basename $destparameter` cd /tmp/`basename $destparameter` - ERROR=`wget $destparamater 2>&1` + ERROR=`wget $destparameter 2>&1` while [ $? == 1 ] && echo $ERROR|grep -v 416; do sleep 10 ERROR=`wget -c $TARG 2>&1`