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:
commit
9a7d9f235c
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user