2
0
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:
jbjohnso
2012-05-18 22:55:31 +00:00
parent a94ac01399
commit c48a9b7325

View File

@ -190,6 +190,7 @@ sub setupIMM {
$ssh->cmd("ifconfig eth0 -c static -i $ip");
}
}
$ssh->close();
}
}