X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-wkhtmltopdf;h=f0c53e6dac8a39794adeb7a1e47f70b6cda02a35;hb=0668c6afdce579dd202b12874bc0e9f1abe40ada;hp=c6c5531a5864ddaa9e55ad7ea4b086c6efb7f4a4;hpb=671846c7bee35093d62a467236dddfe4706520b3;p=freeside.git diff --git a/FS/bin/freeside-wkhtmltopdf b/FS/bin/freeside-wkhtmltopdf index c6c5531a5..f0c53e6da 100755 --- 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