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