This commit is contained in:
BoHung Chiu 2021-03-23 17:55:09 +08:00
parent 1a452dae0c
commit b951999f0e
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ all_template.each do |folder|
end
File.open(info_json_file,"w+"){|f| f.write(info_json.to_json)}
end
Bundler.with_clean_env{%x[cp -f #{app_path}/modules/faq/faq_index2.html.erb #{folder}modules/faq/faq_index2.html.erb]}
rescue
puts "There has some error when updating archive index page."
end