DEV: Correct posts:recover_uploads_from_index
Was creating a blank index file by mistake
This commit is contained in:
parent
3de8c58134
commit
c780d36ddc
|
@ -628,7 +628,7 @@ task 'posts:recover_uploads_from_index' => :environment do |_, args|
|
||||||
puts "Found existing index file at #{path}"
|
puts "Found existing index file at #{path}"
|
||||||
else
|
else
|
||||||
puts "Can not find index #{path} generating index this could take a while..."
|
puts "Can not find index #{path} generating index this could take a while..."
|
||||||
`cd #{File.dirname(path)} && find -t file > #{path}`
|
`cd #{File.dirname(path)} && find -type f > #{path}`
|
||||||
end
|
end
|
||||||
if RailsMultisite::ConnectionManagement.current_db != "default"
|
if RailsMultisite::ConnectionManagement.current_db != "default"
|
||||||
recover_uploads_from_index(path)
|
recover_uploads_from_index(path)
|
||||||
|
|
Loading…
Reference in New Issue