RT#34295: Error when attempting to create batch payments [better handling of empty...
[freeside.git] / FS / bin / freeside-wkhtmltopdf
1 #!/bin/sh
2
3 #if [ $DISPLAY ] ; then
4 #  wkhtmltopdf $@
5 #else
6   xvfb-run -- wkhtmltopdf $@
7 #fi