Skip to content

Commit

Permalink
full path for sg_scan; version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed May 24, 2018
1 parent 0eb8155 commit 106a6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discovery-scripts/nix/smartctl-disks-discovery.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
use strict;

#must be run as root
my $VERSION = 0.11;
my $VERSION = 1.0;

#add path if needed into $smartctl_cmd
my $smartctl_cmd = "smartctl";
my $sg_scan_cmd = "sg_scan";
my $sg_scan_cmd = "/usr/bin/sg_scan";
my @input_disks;
my @global_serials;
my @smart_disks;
Expand Down

0 comments on commit 106a6f4

Please sign in to comment.