Skip to content

Commit

Permalink
check_ro_mounts - lib is in /usr/lib64/nagios/plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Pulec <[email protected]>
  • Loading branch information
Pavel Pulec committed Apr 11, 2019
1 parent 75e5577 commit cd7888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_ro_mounts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

use strict;
use Getopt::Long;
use lib "/usr/lib/nagios/plugins";
use lib "/usr/lib64/nagios/plugins";
use utils qw (%ERRORS &support);

my $name = 'RO_MOUNTS';
Expand Down

0 comments on commit cd7888c

Please sign in to comment.