Rename options.yml to config.yml in bootstrap.sh
options.yml does not exists in context of OSEM. Probably a c&p error.
This commit is contained in:
parent
c5c392d4c7
commit
38296b0a63
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ echo -e "\ninstalling your bundle...\n"
|
|||
su - vagrant -c "cd /vagrant/; bundle install --quiet"
|
||||
|
||||
# Configure the app if it isn't
|
||||
if [ ! -f /vagrant/config/options.yml ] && [ -f /vagrant/config/options.yml.example ]; then
|
||||
if [ ! -f /vagrant/config/config.yml ] && [ -f /vagrant/config/config.yml.example ]; then
|
||||
echo "Configuring your app in config/options.yml..."
|
||||
cp config/config.yml.example config/config.yml
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue