[bknr-cvs] hans changed trunk/projects/bos/cert-daemon/cert-daemon.sh
BKNR Commits
bknr at bknr.net
Mon Oct 20 21:29:03 UTC 2008
Revision: 4009
Author: hans
URL: http://bknr.net/trac/changeset/4009
flatten is not a variable, but a pdftk command
U trunk/projects/bos/cert-daemon/cert-daemon.sh
Modified: trunk/projects/bos/cert-daemon/cert-daemon.sh
===================================================================
--- trunk/projects/bos/cert-daemon/cert-daemon.sh 2008-10-20 21:26:09 UTC (rev 4008)
+++ trunk/projects/bos/cert-daemon/cert-daemon.sh 2008-10-20 21:29:03 UTC (rev 4009)
@@ -18,11 +18,11 @@
download_pdf_file=download-spool/$contract.pdf
if [ $language = de -a -f $print_fdf_file ]; then
- pdftk $print_m2s_pdf_file fill_form $print_fdf_file output $print_pdf_file $flatten
+ pdftk $print_m2s_pdf_file fill_form $print_fdf_file output $print_pdf_file flatten
echo generated $print_pdf_file
fi
- pdftk $download_m2s_pdf_file fill_form $download_fdf_file output $download_pdf_file $flatten
+ pdftk $download_m2s_pdf_file fill_form $download_fdf_file output $download_pdf_file flatten
echo generated $download_pdf_file
rm -f $print_m2s_pdf_file $print_fdf_file $download_m2s_pdf_file $download_fdf_file
trap "" EXIT
More information about the Bknr-cvs
mailing list