5
0
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:
Wolfgang Bumiller 2017-02-06 15:50:17 +01:00
parent 178c2cd27b
commit 2f0886ca0c

View File

@ -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";