Have imm setup close the connection when done
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12813 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a94ac01399
commit
c48a9b7325
@ -190,6 +190,7 @@ sub setupIMM {
|
||||
$ssh->cmd("ifconfig eth0 -c static -i $ip");
|
||||
}
|
||||
}
|
||||
$ssh->close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user