Skip to content
Snippets Groups Projects
Commit a96fbc82 authored by Gustavo Salazar's avatar Gustavo Salazar
Browse files

Remove processed files for matterhorn.

parent 803be3b3
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ done_files.each do |df|
Open3.popen3(command) do | stdin, stdout, stderr|
BigBlueButton.logger.info("scp result=#{$?.exitstatus}")
end
BigBlueButton.logger.info("Removing processed files.")
FileUtils.rm_r(Dir.glob("#{$process_dir}/*"))
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment