mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-26 23:34:02 +02:00
Typo
This commit is contained in:
parent
1d05376d98
commit
c09a7cea67
@ -268,7 +268,7 @@ if printarray:
|
|||||||
bad = True
|
bad = True
|
||||||
else:
|
else:
|
||||||
nagiosgoodarray += 1
|
nagiosgoodarray += 1
|
||||||
cmd = '"%s" GETSTATUS %s', (arcconfpath, controllerid)
|
cmd = '"%s" GETSTATUS %s' % (arcconfpath, controllerid)
|
||||||
output = getOutput(cmd)
|
output = getOutput(cmd)
|
||||||
tasksinfo = returnControllerTasks(output)
|
tasksinfo = returnControllerTasks(output)
|
||||||
done = False
|
done = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user