fix file permissions for files

This commit is contained in:
albert
2013-02-17 00:27:08 -05:00
parent d98802804c
commit 0a9178c58e

View File

@@ -21,6 +21,7 @@ module Danbooru
end
image.destroy!
FileUtils.chmod(0664, write_path)
end
def flatten(image, width, height)