From f27a942860d98f650d28e39f66d12367de467787 Mon Sep 17 00:00:00 2001 From: datajerk Date: Tue, 13 May 2008 16:58:11 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/xcatdsklspost | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/xcatdsklspost b/xCAT/postscripts/xcatdsklspost index d617a9ebf..acbb2cb45 100755 --- a/xCAT/postscripts/xcatdsklspost +++ b/xCAT/postscripts/xcatdsklspost @@ -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