mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 20:39:17 +00:00
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
pidof Xvfb || Xvfb -terminate &
|
|
export DISPLAY=:0
|
|
exec wkhtmltopdf.real "$@"
|