Fix other typos

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11973 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-03-23 15:17:08 +00:00
parent af3ed02824
commit c18868d850

View File

@ -138,9 +138,9 @@ while :; do
ERROR=`wget $destparameter 2>&1`
while [ $? == 1 ] && echo $ERROR|grep -v 416; do
sleep 10
ERROR=`wget -c $TARG 2>&1`
ERROR=`wget -c $destparameter 2>&1`
done
tar xvf `basename $TARG`
tar xvf `basename $destparameter`
./runme.sh
cd -
elif [ "$dest" = "reboot" -o "$dest" = "boot" ]; then