]> git.proxmox.com Git - pve-docs.git/blobdiff - asciidoc-pve.in
asciidoc-pve: include the PID in the temp file prefix
[pve-docs.git] / asciidoc-pve.in
index 83a6c5c33f9d42872041936205702b0f554d5694..83f59ebb383cd4558ab0bebcb32e4b2811c62d6e 100644 (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";