summaryrefslogtreecommitdiff
path: root/lib/awprint/index.js
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-06-02 15:42:34 +0000
committerjules <jules@carbonpictures.com>2017-06-02 15:42:34 +0000
commit5f26431f03228a85273e7f7d51abd6098ea9f2a5 (patch)
tree6a709972cbb0babd68aaa10fe277b2c843fd7451 /lib/awprint/index.js
parent291fe3eedd9a460fc44d2ea3ea81c7d79f2dfbcf (diff)
parentdd70fa81a205304cb48bbc0494ad34c16d496ff2 (diff)
merge
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')