Commit a0edbe71 by Xavier Antoviaque Committed by David Baumgold

vagrant: Fix prereqs update when prereqs had been fetched outside of VM

parent 77af8434
...@@ -61,6 +61,9 @@ chown vagrant.vagrant ~vagrant/.ssh/known_hosts ...@@ -61,6 +61,9 @@ chown vagrant.vagrant ~vagrant/.ssh/known_hosts
mkdir -p /opt/edx/node_modules /opt/edx/edx-platform/node_modules mkdir -p /opt/edx/node_modules /opt/edx/edx-platform/node_modules
mount -o bind /opt/edx/node_modules /opt/edx/edx-platform/node_modules mount -o bind /opt/edx/node_modules /opt/edx/edx-platform/node_modules
# Force rechecking all prerequisites (could have been fetched outside of the VM)
rm -rf /opt/edx/edx-platform/.prereqs_cache
# Permissions # Permissions
chown vagrant.vagrant /opt/edx /opt/edx/node_modules /opt/edx/edx-platform/node_modules chown vagrant.vagrant /opt/edx /opt/edx/node_modules /opt/edx/edx-platform/node_modules
......
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