diff --git a/config/initializers/wicked.rb b/config/initializers/wicked.rb index ee9d88b..4da36c8 100644 --- a/config/initializers/wicked.rb +++ b/config/initializers/wicked.rb @@ -1,7 +1,7 @@ if Rails.env.production? WickedPdf.config = { - :exe_path => "/usr/bin/xvfb-run -- /usr/local/bin/wkhtmltopdf" + :exe_path => "/usr/local/bin/wkhtmltopdfwrapper.sh" } else WickedPdf.config = {