fix print_slides

This commit is contained in:
Alexander Bocken 2022-11-15 09:02:55 +01:00
parent 10fc3361fb
commit a3c3b2d6de
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -2,7 +2,7 @@
# install cups-pdf and install printer using the webinterface on http://localhost:631/admin # install cups-pdf and install printer using the webinterface on http://localhost:631/admin
# default virtual printer dir is below, adjust if changed # default virtual printer dir is below, adjust if changed
VIRTUAL_PRINTER_DIR="/var/spool/cupsd-pdf/$USER" VIRTUAL_PRINTER_DIR="/var/spool/cups-pdf/$USER"
# Printer to print magazine layout on # Printer to print magazine layout on
PRINTER="Canon-MF220" PRINTER="Canon-MF220"
for file in $@; do for file in $@; do