Skip to content
Snippets Groups Projects
Commit a4974bc9 authored by iaibrys's avatar iaibrys
Browse files

fix issue with campus dumper

parent aea822c3
Branches releases/2017
No related tags found
No related merge requests found
......@@ -19,3 +19,8 @@ echo RUNNING POPULATE
echo RUNNING ASKBOT USER GENERATION
bundle exec rake build:build_all_askbot_user_lists
# TODO: restart askbot?
for f in /vol/cndumper/askbot*; do
ruby -p -i -e 'gsub("---\n", "")' $f
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment