From d892a1c8a938ab9a6e08e01c52d737929f4732a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20C=C3=A9cile=20=28Le=5FVert=29?= Date: Sun, 22 Sep 2013 22:00:40 +0200 Subject: [PATCH] 3ware-status: fix a nasty typo --- wrapper-scripts/3ware-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper-scripts/3ware-status b/wrapper-scripts/3ware-status index dd20d73..64503f5 100755 --- a/wrapper-scripts/3ware-status +++ b/wrapper-scripts/3ware-status @@ -134,7 +134,7 @@ for controller in controllerlist: cmd = binarypath+' info '+controller+' '+disk[0]+' status' status = getOutput(cmd)[0].split(' = ')[1].strip() if not status == 'OK': - bad = Truei + bad = True nagiosbaddisk=nagiosbaddisk+1 else: nagiosgooddisk=nagiosgooddisk+1