mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
always use plain $PATH
This commit is contained in:
parent
cdfe518d36
commit
03135541dc
@ -22,7 +22,9 @@ $aborted = 0;
|
||||
($dirname = $0) =~ s/[^\/]+$//;
|
||||
|
||||
$logfile = $ENV{'LOGFILE'} || '/var/log/mail.log';
|
||||
$DOVEADM = "/usr/bin/doveadm";
|
||||
|
||||
# Use an overrided $PATH for all external programs if needed
|
||||
$DOVEADM = "doveadm";
|
||||
|
||||
if ( $ARGV[0] and $ARGV[0] eq "autoconf" ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user