Skip to content

Commit

Permalink
Merge pull request #350 from foundriesio/detsch-sleep-after-install
Browse files Browse the repository at this point in the history
daemon: Do not skip sleep operation after successful apps sync
  • Loading branch information
detsch authored Aug 21, 2024
2 parents 5ac24ca + cee6eef commit b89f5b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/daemon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ int run_daemon(LiteClient& client, uint64_t interval, bool return_on_sleep, bool
// If a reboot command is set in configuration, and is executed successfully, we will not get to this point
break;
}
if (install_result) {
// After a successful install, do not sleep, go directly to the next iteration
continue;
}
}
}

Expand Down

0 comments on commit b89f5b0

Please sign in to comment.