including error message, and moving session_id reset outside of the conditional block
[freeside.git] / FS / bin / freeside-wkhtmltopdf
1 #!/bin/sh
2
3 #if [ $DISPLAY ] ; then
4 #  wkhtmltopdf $@
5 #else
6   xvfb-run -- wkhtmltopdf $@
7 #fi