From d68ac9c55c18bcf12f13d976231e9bfb5a7f0ce3 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 18 Feb 2009 23:07:50 +0000 Subject: [PATCH] only report one for now. --- RunlevelAgent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RunlevelAgent.py b/RunlevelAgent.py index 9c7c0a2..739678d 100644 --- a/RunlevelAgent.py +++ b/RunlevelAgent.py @@ -110,8 +110,8 @@ def main(): # if env == "bootmanager": # if bm not running, and plc bootstate = boot, then - api.ReportRunlevel({'run_level' : 'failboot'}) - api.ReportRunlevel({'run_level' : 'reinstall'}) + #api.ReportRunlevel({'run_level' : 'failboot'}) + #api.ReportRunlevel({'run_level' : 'reinstall'}) # if bm not running, and plc bootstate = safeboot, then api.ReportRunlevel({'run_level' : 'safeboot'}) elif env == "production": -- 2.43.0