diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-02-12 02:12:59 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-02-12 02:12:59 -0800 |
| commit | 2d5e3634cd4b4e8a80a41e1efb54ed0959c9a64b (patch) | |
| tree | fa3e4dc9255d8adc549a9619ef485466516abb74 /FS/bin | |
| parent | b2bc0890549ea23dfb1673191e4bc7e14d8d7740 (diff) | |
HATE #17349
Diffstat (limited to 'FS/bin')
| -rw-r--r-- | FS/bin/freeside-wkhtmltopdf | 8 |
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 |
