mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-14 18:30:23 +00:00
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:
@ -190,6 +190,7 @@ sub setupIMM {
|
||||
$ssh->cmd("ifconfig eth0 -c static -i $ip");
|
||||
}
|
||||
}
|
||||
$ssh->close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user