mirror of https://github.com/eLvErDe/hwraid.git
restore original sas2ircu path
This commit is contained in:
parent
3a03488f87
commit
5297b3ef5e
|
@ -4,7 +4,7 @@ import os
|
|||
import re
|
||||
import sys
|
||||
|
||||
binarypath = "/sbin/sas2ircu"
|
||||
binarypath = "/usr/sbin/sas2ircu"
|
||||
|
||||
if len(sys.argv) > 2:
|
||||
print 'Usage: sas2ircu-status [--nagios]'
|
||||
|
|
Loading…
Reference in New Issue