summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-12 02:12:59 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-12 02:12:59 -0800
commit2d5e3634cd4b4e8a80a41e1efb54ed0959c9a64b (patch)
treefa3e4dc9255d8adc549a9619ef485466516abb74 /FS/bin
parentb2bc0890549ea23dfb1673191e4bc7e14d8d7740 (diff)
HATE #17349
Diffstat (limited to 'FS/bin')
-rw-r--r--FS/bin/freeside-wkhtmltopdf8
1 files changed, 4 insertions, 4 deletions
diff --git a/FS/bin/freeside-wkhtmltopdf b/FS/bin/freeside-wkhtmltopdf
index c6c5531a5..f0c53e6da 100644
--- a/FS/bin/freeside-wkhtmltopdf
+++ b/FS/bin/freeside-wkhtmltopdf
@@ -1,7 +1,7 @@
#!/bin/sh
-if [ $DISPLAY ] ; then
- wkhtmltopdf $@
-else
+#if [ $DISPLAY ] ; then
+# wkhtmltopdf $@
+#else
xvfb-run -- wkhtmltopdf $@
-fi
+#fi