minor fix - sppecify option to create dir only if not present

This commit is contained in:
Nishanth Prakash
2016-04-03 12:55:24 +02:00
parent 3790811c22
commit c11b567cbb

View File

@ -97,7 +97,7 @@ export RAILS_ENV=development
rake db:schema:load
rake db:migrate
rake db:seed
sudo mkdir /shared
sudo mkdir -p /shared
chown -R vagrant /shared
ln -sf /shared tmp/files #make sure you are running vagrant with admin privileges