mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-08-30 13:49:25 +03:00
asciidoc-pve: include the PID in the temp file prefix
To allow parallel runs of multiple pages including some common source.
This commit is contained in:
@ -23,7 +23,7 @@ while (<main::DATA>) { $data_str .= $_; }
|
|||||||
|
|
||||||
my $fileinfo = decode_json($data_str);
|
my $fileinfo = decode_json($data_str);
|
||||||
|
|
||||||
my $tmpprefix = ".asciidoc-pve-tmp_";
|
my $tmpprefix = '.asciidoc-pve-tmp'.$$.'_';
|
||||||
|
|
||||||
my $adoc_source_dir = "/usr/share/pve-doc-generator";
|
my $adoc_source_dir = "/usr/share/pve-doc-generator";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user