From 73129939682a8f10845b7e012d10d75b3f618dd9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Jun 2017 21:44:16 -0400 Subject: bundle --- lib/awprint/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/awprint/index.js') diff --git a/lib/awprint/index.js b/lib/awprint/index.js index f379ad8..c718828 100644 --- a/lib/awprint/index.js +++ b/lib/awprint/index.js @@ -71,7 +71,7 @@ function AWPrint (options) { Print.findOne({ _id: req.body._id }).then( (job) => { job.printed = true - var cmd = 'curl ' + job.url + ' | lpr -P ARMORYHPM553' + var cmd = 'curl ' + job.url + ' | lpr -P ARMORYHPM553 -o page-top=28' console.log(cmd) exec(cmd, function(error, stdout, stderr) { console.log('ok') -- cgit v1.2.3-70-g09d2