]> git.mxchange.org Git - friendica.git/blobdiff - bin/dev/vagrant_provision.sh
Code standards
[friendica.git] / bin / dev / vagrant_provision.sh
index ac093e7897df2eeddd2f5b44eb6d9eae34890253..7ebbdcafd4f508c1ad75aca72654fbc862d9796f 100755 (executable)
@@ -86,8 +86,7 @@ cd /var/www
 php bin/composer.phar install
 
 # initial config file for friendica in vagrant
-#cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
-cp /vagrant/util/local.ini.vagrant.php /vagrant/config/local.ini.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