diff options
Diffstat (limited to 'plugins-scripts/check_ifstatus.pl')
-rwxr-xr-x | plugins-scripts/check_ifstatus.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_ifstatus.pl b/plugins-scripts/check_ifstatus.pl index 4760a28..e9e6214 100755 --- a/plugins-scripts/check_ifstatus.pl +++ b/plugins-scripts/check_ifstatus.pl | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/local/bin/perl -w | 1 | #!@PERL@ -w |
2 | # | 2 | # |
3 | # check_ifstatus.pl - monitoring plugin | 3 | # check_ifstatus.pl - monitoring plugin |
4 | # | 4 | # |
@@ -47,7 +47,7 @@ sub usage ($); | |||
47 | sub print_usage (); | 47 | sub print_usage (); |
48 | sub process_arguments (); | 48 | sub process_arguments (); |
49 | 49 | ||
50 | $ENV{'PATH'}='@trusted_path@'; | 50 | $ENV{'PATH'}='@TRUSTED_PATH@'; |
51 | $ENV{'BASH_ENV'}=''; | 51 | $ENV{'BASH_ENV'}=''; |
52 | $ENV{'ENV'}=''; | 52 | $ENV{'ENV'}=''; |
53 | 53 | ||