Explorar o código

set script path for nagios module

Roman Dmitriev hai 1 ano
pai
achega
3aa10fc628
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/eyelib/nagios.pm

+ 1 - 1
scripts/eyelib/nagios.pm

@@ -5,7 +5,7 @@ use open ":encoding(utf8)";
 use strict;
 use English;
 use FindBin '$Bin';
-use lib "$Bin";
+use lib "/opt/Eye/scripts";
 use base 'Exporter';
 use vars qw(@EXPORT @ISA);
 use eyelib::config;