Merge pull request #69 from ClusterLabs/webui_anvil_page

* Fixed a typo that broke compiling anvil-daemon in the last commit. …
main
digimer-bot 4 years ago committed by GitHub
commit 9a7d9f235c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/anvil-daemon

@ -751,7 +751,7 @@ AND
}}); }});
if ($reboot_needed) if ($reboot_needed)
{ {
($uptime < $changed_seconds_ago) if ($uptime < $changed_seconds_ago)
{ {
# Clear the reboot request. # Clear the reboot request.
$reboot_needed = $anvil->System->reboot_needed({set => 0}); $reboot_needed = $anvil->System->reboot_needed({set => 0});

Loading…
Cancel
Save