fix a minor bug

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5547 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-03-22 17:58:09 +00:00
parent 5b4e8e9933
commit da1c12d71c

View File

@ -207,9 +207,9 @@ else # for statelite mode
#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;
chmod +x /xcatpost/*; # no effect for statelite mode, since the directory are readonly
mv $SIP/postscripts/* /xcatpost;
rm -rf $SIP
chmod +x /xcatpost/*; # no effect for statelite mode, since the directory are readonly
fi
cd /xcatpost;