aboutsummaryrefslogtreecommitdiff
path: root/vagrant
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 14:45:41 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 14:45:41 +0100
commit6103771b7044f8c2d999a91be90268698c7c0942 (patch)
treef1e6ad1bed8d513376a9071254cd5a99fd1b51b1 /vagrant
parentAdded configuration file for deployment with Vagrant. (diff)
downloadnewspipe-6103771b7044f8c2d999a91be90268698c7c0942.tar.gz
newspipe-6103771b7044f8c2d999a91be90268698c7c0942.tar.bz2
newspipe-6103771b7044f8c2d999a91be90268698c7c0942.zip
Updated bootstrap.sh.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh
index a94cdab3..2fb9c30d 100644
--- a/vagrant/bootstrap.sh
+++ b/vagrant/bootstrap.sh
@@ -15,7 +15,7 @@ fi
cd pyaggr3g470r
apt-get install -y libxml2-dev libxslt1-dev
sudo pip install --upgrade -r requirements.txt
-cp conf/conf.cfg-sample conf/conf.cfg
+cp vagrant/conf.cfg-sample conf/conf.cfg
cd ..
# Installation of PostgreSQL
bgstack15