Adjust library path
authorJoey Schulze <joey@infodrom.org>
Sat, 3 May 2014 19:41:57 +0000 (21:41 +0200)
committerJoey Schulze <joey@infodrom.org>
Sat, 3 May 2014 19:41:57 +0000 (21:41 +0200)
check_ssl_certificate

index cf3385c..641dff7 100644 (file)
@@ -55,7 +55,7 @@
 use strict;
 use Time::Local;
 use Getopt::Long;
-use lib "/usr/lib64/nagios/plugins";
+use lib "/usr/lib/nagios/plugins";
 use utils qw(%ERRORS &print_revision &support &usage);
 
 my $PROGNAME="check_ssl_certificates";