Fix teh other typo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11967 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
93610b9095
commit
da28995179
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user