diff --git a/oocss/tools/vagrant/vagrant_user.sh b/oocss/tools/vagrant/vagrant_user.sh index c9213f36..c093a38b 100644 --- a/oocss/tools/vagrant/vagrant_user.sh +++ b/oocss/tools/vagrant/vagrant_user.sh @@ -2,4 +2,4 @@ echo "Auto Provisionning Starting" cd /home/vagrant -cat .profile | grep make\ start && echo "Installed" || echo "cd /vagrant; make start" >> .profile \ No newline at end of file +cat .profile | grep make\ init && echo "Installed" || echo "cd /vagrant; make init" >> .profile \ No newline at end of file