Add another place where rails is called without a full path to the binary

This commit is contained in:
Rob Smith 2016-09-17 19:34:25 -07:00
parent 6f260d14fa
commit c4366b102a

View file

@ -31,4 +31,4 @@ else
fi fi
echo -e "\nProvisioning of your OSEM rails app done!" echo -e "\nProvisioning of your OSEM rails app done!"
echo -e "To start your development OSEM run: vagrant exec rails server -b 0.0.0.0\n" echo -e "To start your development OSEM run: vagrant exec /vagrant/bin/rails server -b 0.0.0.0\n"