mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix path on pre and post install runners https://github.com/webmin/webmin/issues/1080
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/usr/local/bin/perl
|
||||
# run-postinstalls.pl
|
||||
# Run all the postinstall.pl scripts in module and theme directories
|
||||
use lib '.';
|
||||
|
||||
use lib '.';
|
||||
BEGIN { push(@INC, "."); };
|
||||
$no_acl_check++;
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# run-uninstalls.pl
|
||||
# Run all the uninstall.pl scripts in module directories
|
||||
|
||||
use lib '.';
|
||||
BEGIN { push(@INC, "."); };
|
||||
$no_acl_check++;
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
|
||||
Reference in New Issue
Block a user