update vagrant script

This commit is contained in:
duybkict 2016-05-28 12:44:38 +07:00
parent de9761073d
commit 72f95843ee

View file

@ -48,6 +48,7 @@ sudo mount --bind /node_modules /vagrant/node_modules
# prepare
find /vagrant/app -type f -exec dos2unix {} \;
find /vagrant/vendor -type f -exec dos2unix {} \;
find /vagrant/scripts/vagrant -type f -exec dos2unix {} \;
sudo chown -R vagrant:vagrant /home/vagrant
# install npm modules