To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / extra / soundsoftware / scripted-deploy / vagrant / provision.d / 050-webapp-db.sh @ 1583:0dcd4f8c2b8a

History | View | Annotate | Download (210 Bytes)

1 1577:e38eee2e1d47 Chris
#!/bin/bash
2
3
set -e
4
5
if [ ! -f /var/www/code/config/database.yml ]; then
6 1581:ae8043b014c7 Chris
    cp /var/www/code/extra/soundsoftware/scripted-deploy/config/database.yml.interpolated \
7 1577:e38eee2e1d47 Chris
       /var/www/code/config/database.yml
8
fi