]> git.mxchange.org Git - friendica.git/blobdiff - bin/dev/vagrant_provision.sh
Merge pull request #7078 from nupplaphil/task/mod_fetch
[friendica.git] / bin / dev / vagrant_provision.sh
index 440a7b590c78ae8582622ae0189e63626b61ba2b..7ebbdcafd4f508c1ad75aca72654fbc862d9796f 100755 (executable)
@@ -86,7 +86,7 @@ cd /var/www
 php bin/composer.phar install
 
 # initial config file for friendica in vagrant
-cp /vagrant/util/local.config.vagrant.php /vagrant/config/local.config.php
+cp /vagrant/mods/local.config.vagrant.php /vagrant/config/local.config.php
 
 # copy the .htaccess-dist file to .htaccess so that rewrite rules work
 cp /vagrant/.htaccess-dist /vagrant/.htaccess