Skip to content

Commit

Permalink
[perccli2] Correct path to command
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Benson <[email protected]>
  • Loading branch information
TrevorBenson authored and TurboTurtle committed Oct 27, 2024
1 parent 6a6178d commit 2aa4fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/perccli2.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PercCLI2(Plugin, IndependentPlugin):
]

def setup(self):
cmd = '/opt/MegaRAID/perccli/perccli2'
cmd = '/opt/MegaRAID/perccli2/perccli2'
subcmds = [
'show ctrlcount',
'/call show AliLog',
Expand Down

0 comments on commit 2aa4fcf

Please sign in to comment.