diff options
-rwxr-xr-x | before_script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/before_script.sh b/before_script.sh index debae09..e1ba15e 100755 --- a/before_script.sh +++ b/before_script.sh @@ -6,3 +6,4 @@ tar xvjf wkhtmltopdf-0.11.0_rc1-static-i386.tar.bz2 sudo chown root:root wkhtmltopdf-i386 sudo mv wkhtmltopdf-i386 /usr/bin/wkhtmltopdf export WKHTMLTOPDF_CMD=/usr/bin/wkhtmltopdf +$WKHTMLTOPDF_CMD --version |