mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
we don't care about convert output/errors
This commit is contained in:
parent
9b489506d0
commit
803083fc2e
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class OptimizedImage < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def self.convert_with(instructions, to)
|
||||
`convert #{instructions.join(" ")}`
|
||||
`convert #{instructions.join(" ")} &> /dev/null`
|
||||
return false if $?.exitstatus != 0
|
||||
|
||||
ImageOptim.new.optimize_image!(to)
|
||||
|
|
Loading…
Reference in a new issue