mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-24 06:14:22 +02:00
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…
x
Reference in New Issue
Block a user