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:
parent
e15f58b00a
commit
0c658a7b53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user