mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-20 07:42:49 +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 "$@"
|