Browse Source

set script path for nagios module

Roman Dmitriev 1 năm trước cách đây
mục cha
commit
3aa10fc628
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;