[cups] adding delay between print job.

Dil Lee dillee1 at gmail.com
Sat Dec 5 01:48:20 PST 2015


tested for 2 days. no longer see  more than 1 jobs on printer's own
management page now. thanks for all the help.
regards,
dil.
On Dec 3, 2015 6:25 PM, "Helge Blischke" <helgeblischke at web.de> wrote:

>
> > Am 03.12.2015 um 04:21 schrieb Dil Lee <dillee1 at gmail.com>:
> >
> > the /usr/lib/cups/filter/wait script
> >
> > #!/usr/bin/bash
> > # wait time in seconds
> > sleep 30;
> >
> >
>
> Sorry, I forgot the statement(s) to copy standard input to standard output.
> So, your bash script should read:
>
> #!/usr/bin/bash
> cat             # or, without output buffering:  cat -u
> #wait time in seconds
> sleep 30
>
> Helge
>
>
>
>
> _______________________________________________
> cups mailing list
> cups at cups.org
> https://www.cups.org/mailman/listinfo/cups
>



More information about the cups mailing list