From 500d775412a4792c8351adc9f59897cf35032822 Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 15 Apr 2010 13:04:33 +0000 Subject: [PATCH] bug fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5777 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 bd22b9d27..b2f374f2c 100755 --- a/xCAT/postscripts/xcatdsklspost +++ b/xCAT/postscripts/xcatdsklspost @@ -128,7 +128,7 @@ else # for common mode #try the -m if it is specified, -m is passed in the updatenode command if [ $downloaded -eq 0 ]; then if [ "XX$P_SIP" != "XX" ]; then - $SIP=$P_SIP + SIP=$P_SIP download_postscripts $SIP if [ $? -eq 0 ]; then downloaded=1