[PATCH skeleton] Fix syntax errors

OpenBMC Patches openbmc-patches at stwcx.xyz
Tue Feb 2 23:10:38 AEDT 2016


From: Manjunath A Kumatagi <mkumatag at in.ibm.com>

---
 bin/Palmetto.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/Palmetto.py b/bin/Palmetto.py
index 9f89e3f..7a6c704 100755
--- a/bin/Palmetto.py
+++ b/bin/Palmetto.py
@@ -148,12 +148,13 @@ APPS = {
 		'monitor_process' : True,
 		'process_name'    : 'fan.exe',
 		'args'            : [ 'fan0','fan1','fan2','fan3','fan4' ]
-	}
+	},
 	'bmc_control' : {
 		'system_state'    : 'BMC_STARTING',
 		'start_process'   : True,
 		'monitor_process' : True,
 		'process_name'    : 'control_bmc.exe',
+	}
 }
 
 CACHED_INTERFACES = {
-- 
2.6.4




More information about the openbmc mailing list