Merge pull request #69 from ClusterLabs/webui_anvil_page

* Fixed a typo that broke compiling anvil-daemon in the last commit. …
This commit is contained in:
digimer-bot 2021-04-10 01:32:07 -04:00 committed by GitHub
commit 9a7d9f235c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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