summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/manager.cpp')
-rw-r--r--configd/src/apps/sentinel/manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/configd/src/apps/sentinel/manager.cpp b/configd/src/apps/sentinel/manager.cpp
index 6e0ed78211c..0c13292d704 100644
--- a/configd/src/apps/sentinel/manager.cpp
+++ b/configd/src/apps/sentinel/manager.cpp
@@ -116,6 +116,7 @@ Manager::doWork()
if (_env.configOwner().checkForConfigUpdate()) {
doConfigure();
}
+ _env.modelOwner().checkForUpdates();
handleRestarts();
handleCommands();
handleOutputs();