fix(tools): correct switch name typo in striker-manage-vnc-pipes

main
Tsu-ba-me 3 years ago
parent b2555f2337
commit ffc1fb096a
  1. 2
      tools/striker-manage-vnc-pipes

@ -1000,7 +1000,7 @@ if ($anvil->data->{switches}{'job-uuid'})
{
if ($line =~ /server-uuid=(.*?)$/)
{
$anvil->data->{switches}{'power-off'} = $1;
$anvil->data->{switches}{'server-uuid'} = $1;
$anvil->Log->variables({ source => $THIS_FILE, line => __LINE__, level => 2, list => {
'switches::server-uuid' => $anvil->data->{switches}{'server-uuid'}
} });

Loading…
Cancel
Save