* Fixed a typo that broke compiling anvil-daemon in the last commit. Yay for CI/CD!

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 4 years ago
parent 9aabf27fe6
commit 5f0b7740e2
  1. 2
      tools/anvil-daemon

@ -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…
Cancel
Save