X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-wkhtmltopdf;h=f0c53e6dac8a39794adeb7a1e47f70b6cda02a35;hb=aba1dd69d21129924d268fae7f24a19a54b80c60;hp=c6c5531a5864ddaa9e55ad7ea4b086c6efb7f4a4;hpb=963b977d201a71e85781bcbf6732795728e9fc0f;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