RT# 80138 - Added config option to display/edit customer option to send or not send...
[freeside.git] / FS / bin / freeside-wkhtmltopdf
1 #!/bin/sh
2
3 #if [ $DISPLAY ] ; then
4 #  wkhtmltopdf $@
5 #else
6   xvfb-run -- wkhtmltopdf $@
7 #fi