From da1c12d71cd4041eddf55675da86e6ee7196e8c5 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 22 Mar 2010 17:58:09 +0000 Subject: [PATCH] fix a minor bug git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5547 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/xcatdsklspost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatdsklspost b/xCAT/postscripts/xcatdsklspost index 7f48bdb14..493fe0a16 100755 --- a/xCAT/postscripts/xcatdsklspost +++ b/xCAT/postscripts/xcatdsklspost @@ -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;