Fix PDF sigining path

This commit is contained in:
Sven Seeberg 2020-11-20 13:40:06 +01:00
parent b5c1f45716
commit bf98be6f5b
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -269,7 +269,7 @@ EOT;
unlink("$ffull.aux");
// TODO: sign the pdf file
shell_exec("gpg --sign '$ffull'");
shell_exec("gpg --sign '$ffull'.pdf");
// synchronize the file
$this->sync_command("$ffull.pdf");