Fix to installed plugin info after delete fluentd setting (fluentd/td-agent has own gems)

This commit is contained in:
uu59 2014-07-03 15:12:20 +09:00
parent e73915c76e
commit de5baff221

View File

@ -157,5 +157,6 @@ class Fluentd
def destroy
File.unlink(JSON_PATH)
File.unlink(Plugin.gemfile_path)
end
end