2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

move config switch files to scripts dir

This commit is contained in:
Casandra Qiu 2016-08-09 16:54:08 -04:00
parent 5b92c3bbec
commit c458718ebf
3 changed files with 1 additions and 1 deletions

View File

@ -1402,7 +1402,7 @@ sub switchsetup {
}
foreach my $mytype (keys %$nodes_to_config) {
my $config_script = "$::XCATROOT/shart/xcat/tools/config".$mytype;
my $config_script = "$::XCATROOT/share/xcat/scripts/config".$mytype;
if (-r -x $config_script) {
my $switches = join(",",@{${nodes_to_config}->{$mytype}});
send_msg($request, 0, "call to config $mytype switches $switches\n");