fix(tools): update job progress in catch-all case

main
Tsu-ba-me 3 years ago
parent ffc1fb096a
commit bb155a5786
  1. 1
      share/words.xml
  2. 4
      tools/striker-manage-vnc-pipes

@ -2233,6 +2233,7 @@ Are you sure that you want to delete the server: [#!variable!server_name!#]? [Ty
<key name="message_0259">Preparing to manage VNC pipes.</key>
<key name="message_0260">Finished [#!variable!operation!#] VNC pipe for server UUID [#!variable!server_uuid!#] from host UUID [#!variable!host_uuid!#].</key>
<key name="message_0261">Finished dropping VNC pipes table.</key>
<key name="message_0262">Finished managing VNC pipes; no operations happened because requirements not met.</key>
<!-- Success messages shown to the user -->
<key name="ok_0001">Saved the mail server information successfully!</key>

@ -1062,3 +1062,7 @@ elsif ($anvil->data->{switches}{'drop-table'})
$anvil->Job->update_progress({ progress => 100, message => "message_0258" });
}
else
{
$anvil->Job->update_progress({ progress => 100, message => "message_0259" });
}

Loading…
Cancel
Save