Removed /install from URL.

1.  It should never be hardcoded.
2.  Does not work with vsftpd (i.e. the symlink hack didn't work).



git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1369 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
datajerk 2008-05-13 16:58:11 +00:00
parent 75310e581d
commit f27a942860

View File

@ -38,8 +38,10 @@ sleep 1;
mkdir -p /xcatpost;
mkdir /tmp/postage
cd /tmp/postage
wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 ftp://$SIP/install/postscripts 2> /tmp/wget.log
mv $SIP/install/postscripts/* /xcatpost;
#wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 ftp://$SIP/install/postscripts 2> /tmp/wget.log
wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 ftp://$SIP/postscripts 2> /tmp/wget.log
#mv $SIP/install/postscripts/* /xcatpost;
mv $SIP/postscripts/* /xcatpost;
rm -rf $SIP
cd /xcatpost;
PATH=/xcatpost:$PATH