mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Cleanup .pgpass files
This commit is contained in:
@@ -1209,6 +1209,7 @@ if (&supports_pgpass()) {
|
||||
local $temphome = &transname();
|
||||
&make_dir($temphome, 0755);
|
||||
$pgpass = "$temphome/.pgpass";
|
||||
push(@main::temporary_files, $pgpass);
|
||||
$ENV{'HOME'} = $temphome;
|
||||
}
|
||||
$ENV{'PGPASSFILE'} = $pgpass;
|
||||
|
||||
Reference in New Issue
Block a user