fix logo encoding over xml-api for all functions that call skin_info internally,...
[freeside.git] / FS / bin / freeside-wkhtmltopdf
1 #!/bin/sh
2
3 #if [ $DISPLAY ] ; then
4 #  wkhtmltopdf $@
5 #else
6   xvfb-run -- wkhtmltopdf $@
7 #fi