diff --git a/install-module.pl b/install-module.pl index 7ae2e51b2..98d5a3fb9 100755 --- a/install-module.pl +++ b/install-module.pl @@ -36,6 +36,7 @@ if ($file !~ /^\//) { } # Set up webmin environment +push(@INC, ".", $root); $ENV{'WEBMIN_CONFIG'} = $config; $ENV{'WEBMIN_VAR'} = $var; $no_acl_check++;