mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Merge pull request #1657 from cxhong/config
move config switch files to scripts dir
This commit is contained in:
		| @@ -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"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user