Add another place where rails is called without a full path to the binary
This commit is contained in:
parent
6f260d14fa
commit
c4366b102a
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue