Skip to content

Commit

Permalink
ssacli path updated for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart committed Jun 14, 2019
1 parent 23714fa commit d9b0b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check_hpssacli/check_hpssacli.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def set_path(path):
if path == '':
path = ";C:\Program Files\hp\hpssacli\Bin"
path = path + ";C:\Program Files (x86)\hp\hpssacli\Bin"
path = path + ";C:\Program Files\Smart Storage Administrator\ssacli\bin"
else:
path = ';' + path
else: # Unix/Linux, etc
Expand Down

0 comments on commit d9b0b77

Please sign in to comment.