2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-11 20:58:25 +00:00

Fix xdcp username on updatenode -F

xdcp was not using the username and trusted facility, fix
updatenode usage.
This commit is contained in:
Jarrod Johnson
2018-03-26 15:15:56 -04:00
parent e16cea2688
commit adec07ad99

View File

@@ -1801,6 +1801,7 @@ sub updatenodesyncfiles
{
command => ["xdcp"],
node => $syncfile_node{$synclist},
username => $request->{username},
arg => $args,
env => $env
},