aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index c8647b270..c2faf4d6a 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -27,6 +27,7 @@ $setup = <<-EOS
cd fixmystreet
git submodule --quiet update --init --recursive --rebase
if [ "$BASEBOX" = "mysociety/fixmystreet" ]; then
+ [ ! -e /home/vagrant/fixmystreet/local ] && mkdir /home/vagrant/fixmystreet/local
mount -o bind /usr/share/fixmystreet/local /home/vagrant/fixmystreet/local
chown -R vagrant:vagrant /home/vagrant/fixmystreet/local
fi