mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	fix defect 3403
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15409 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1343,11 +1343,11 @@ sub updatenodesyncfiles | ||||
|              push @$args,"-f" ; | ||||
|              push @$args,$::fanout; | ||||
|             } | ||||
|           #  if (defined($::USER))  {  # -l contains sudo (TODO SUPPORT?) | ||||
|           #   push @$args,"--sudo" ; | ||||
|           #   push @$args,"-l" ; | ||||
|           #   push @$args,"$::USER" ; | ||||
|           #  } | ||||
|             if (defined($::USER))  {  # -l must sudo | ||||
|              push @$args,"--sudo" ; | ||||
|              push @$args,"-l" ; | ||||
|              push @$args,"$::USER" ; | ||||
|             } | ||||
|             push @$args,"-F" ; | ||||
|             push @$args,"$synclist" ; | ||||
|             my $nodestring = join(',', @{$syncfile_node{$synclist}}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user