archive
/
md-pdf-rs
Archived
1
Fork 0

Dont force quiet

This commit is contained in:
Jake Howard 2017-08-27 23:16:28 +01:00
parent 60e46dfcb6
commit ed6f992868
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ cd wkhtmltox
chown root:root bin/wkhtmltopdf
cp -r * /usr/
echo -e '#!/bin/bash\nxvfb-run -a --server-args="-screen 0, 1024x768x24" /usr/bin/wkhtmltopdf -q $*' > /usr/bin/wkhtmltopdf.sh
echo -e '#!/bin/bash\nxvfb-run -a --server-args="-screen 0, 1024x768x24" /usr/bin/wkhtmltopdf $*' > /usr/bin/wkhtmltopdf.sh
chmod a+x /usr/bin/wkhtmltopdf.sh
ln -s /usr/bin/wkhtmltopdf.sh /usr/local/bin/wkhtmltopdf