fix print_slides
This commit is contained in:
parent
10fc3361fb
commit
a3c3b2d6de
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user