projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
default payby for new installs, regression from 3.x, RT#73853
[freeside.git]
/
FS
/
bin
/
freeside-wkhtmltopdf
1
#!/bin/sh
2
3
#if [ $DISPLAY ] ; then
4
# wkhtmltopdf $@
5
#else
6
xvfb-run -- wkhtmltopdf $@
7
#fi