fix defect 3564697

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13722 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2012-09-06 15:51:13 +00:00
parent 32a15b987a
commit 2165956209

View File

@@ -48,7 +48,7 @@ download_postscripts()
retry=0
rc=1
while [ 0 -eq 0 ]; do
wget -l inf -nH -N -r --waitretry=10 --random-wait -T 60 -nH --cut-dirs=2 --reject "index.html*" --no-parent http://$server$INSTALLDIR/postscripts/ -P /xcatpost 2> /tmp/wget.log
wget -l inf -nH -N -r --waitretry=10 --random-wait -e robots=off -T 60 -nH --cut-dirs=2 --reject "index.html*" --no-parent http://$server$INSTALLDIR/postscripts/ -P /xcatpost 2> /tmp/wget.log
rc=$?
if [ $rc -eq 0 ]; then