mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 18:50:28 +00:00
bug fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5777 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user