summaryrefslogtreecommitdiff
path: root/lib/awprint/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-01 21:44:16 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-01 21:44:16 -0400
commit73129939682a8f10845b7e012d10d75b3f618dd9 (patch)
tree5ae76aea9720c420b9c4f29578f824496a796f45 /lib/awprint/index.js
parentfb6290173effac7d713718ad5b487a405ae64351 (diff)
bundle
Diffstat (limited to 'lib/awprint/index.js')
-rw-r--r--lib/awprint/index.js2
1 files changed, 1 insertions, 1 deletions
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')