]> git.mxchange.org Git - friendica.git/commitdiff
Vagrant: Replace comment with more fitting one in provision
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 08:00:01 +0000 (10:00 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 08:00:01 +0000 (10:00 +0200)
bin/dev/vagrant_provision.sh

index a9ce29320702634b5a58c87a413eb72b4b6fb4f4..6eb9460bd618e1b2ed6b0326e22d8370b51a6c08 100755 (executable)
@@ -93,9 +93,8 @@ echo ">>> Symlink /var/www to /vagrant"
 rm -rf /var/www/
 ln -fs /vagrant /var/www
 
-# install deps with composer
+# Setup Friendica
 cd /var/www
-
 echo ">>> Setup Friendica"
 
 # copy the .htaccess-dist file to .htaccess so that rewrite rules work