[bknr-cvs] hans changed trunk/projects/bos/cert-daemon/cert-daemon.sh

BKNR Commits bknr at bknr.net
Tue Oct 14 20:46:11 UTC 2008


Revision: 3993
Author: hans
URL: http://bknr.net/trac/changeset/3993

More pathname fixes.

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-14 20:15:23 UTC (rev 3992)
+++ trunk/projects/bos/cert-daemon/cert-daemon.sh	2008-10-14 20:46:10 UTC (rev 3993)
@@ -28,11 +28,11 @@
         pdftk $tmp1_file cat 1 output $tmp2_file
         pdftk $tmp1_file cat 2 output $tmp3_file
         pdftk $m2s_pdf_file background $tmp3_file output $tmp4_file
-        pdftk $tmp2ww_file $tmp4_file output $print_pdf_file
+        pdftk $tmp2_file $tmp4_file output $print_pdf_file
         echo generated $print_pdf_file
     fi
 
-    pdftk urkunde-print-$language.pdf fill_form $download_fdf_file output $tmp1_file
+    pdftk urkunde-download-$language.pdf fill_form $download_fdf_file output $tmp1_file
     pdftk $m2s_pdf_file background $tmp1_file output $download_pdf_file
     echo generated $download_pdf_file
     rm -f $tmp1_file $tmp2_file $tmp3_file $tmp4_file $print_fdf_file $download_fdf_file





More information about the Bknr-cvs mailing list