mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-06 13:17:48 +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:
parent
178c2cd27b
commit
2f0886ca0c
@ -23,7 +23,7 @@ while (<main::DATA>) { $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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user