Fix other typos

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11970 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-03-23 15:14:43 +00:00
parent e15f58b00a
commit 0c658a7b53

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