Fix bug.
This commit is contained in:
parent
1a452dae0c
commit
b951999f0e
|
@ -48,7 +48,6 @@ all_template.each do |folder|
|
||||||
end
|
end
|
||||||
File.open(info_json_file,"w+"){|f| f.write(info_json.to_json)}
|
File.open(info_json_file,"w+"){|f| f.write(info_json.to_json)}
|
||||||
end
|
end
|
||||||
Bundler.with_clean_env{%x[cp -f #{app_path}/modules/faq/faq_index2.html.erb #{folder}modules/faq/faq_index2.html.erb]}
|
|
||||||
rescue
|
rescue
|
||||||
puts "There has some error when updating archive index page."
|
puts "There has some error when updating archive index page."
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue