Fixed using the wrong words key.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 10 months ago
parent f4a314e4b5
commit 247cf0a238
  1. 4
      tools/anvil-join-anvil

@ -86,8 +86,8 @@ if (1)
$anvil->Log->entry({source => $THIS_FILE, line => __LINE__, 'print' => 1, level => 1, key => "job_0094", variables => { daemon => "anvil-safe-start.service" }});
}
update_progress($anvil, 100, "job_0128");
$anvil->Log->entry({source => $THIS_FILE, line => __LINE__, 'print' => 1, level => 1, key => "job_0128"});
update_progress($anvil, 100, "job_0129");
$anvil->Log->entry({source => $THIS_FILE, line => __LINE__, 'print' => 1, level => 1, key => "job_0129"});
# Record that we're done configuring pacemaker.
$anvil->Database->insert_or_update_variables({

Loading…
Cancel
Save