Commit 0aeb836a by Ned Batchelder

Delete forum directories that need different ownership but can recreate themselves

parent f361f761
......@@ -277,6 +277,9 @@ if [[ $TARGET == *eucalyptus* ]] ; then
echo "Migrate to fix oauth2_provider"
/edx/bin/edxapp-migrate-lms --fake oauth2_provider zero
/edx/bin/edxapp-migrate-lms --fake-initial
echo "Clean up forums Ruby detritus"
sudo rm -rf /edx/app/forum/.rbenv /edx/app/forum/.gem
fi
# Update to target.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment