2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

disable configssh routine

This commit is contained in:
Casandra Qiu
2017-03-07 11:31:51 -05:00
parent 20b71f888b
commit 6112875d5d

View File

@ -283,7 +283,7 @@ sub process_request {
if ($request->{command}->[0] eq "getopenbmccons") {
foreach (@donargs) {
configssh($_, $callback);
#configssh($_, $callback);
getopenbmccons($_, $callback);
}
return;