diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-21 14:45:41 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-21 14:45:41 +0100 |
commit | 6103771b7044f8c2d999a91be90268698c7c0942 (patch) | |
tree | f1e6ad1bed8d513376a9071254cd5a99fd1b51b1 /vagrant | |
parent | Added configuration file for deployment with Vagrant. (diff) | |
download | newspipe-6103771b7044f8c2d999a91be90268698c7c0942.tar.gz newspipe-6103771b7044f8c2d999a91be90268698c7c0942.tar.bz2 newspipe-6103771b7044f8c2d999a91be90268698c7c0942.zip |
Updated bootstrap.sh.
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/bootstrap.sh | 2 |
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
|