fix typo in doxcat

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11971 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-03-23 15:16:34 +00:00
parent 661484b4c1
commit ee107f1f51

View File

@ -135,7 +135,7 @@ while :; do
dest=`echo $destiny|awk -F= '{print $1}'`
mkdir /tmp/`basename $destparameter`
cd /tmp/`basename $destparameter`
ERROR=`wget $desparamater 2>&1`
ERROR=`wget $destparamater 2>&1`
while [ $? == 1 ] && echo $ERROR|grep -v 416; do
sleep 10
ERROR=`wget -c $TARG 2>&1`