From d52e2ab7915ae9819aa43932aa94f0ae5f3b320b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 1 Oct 2021 10:00:01 +0200 Subject: [PATCH] Vagrant: Replace comment with more fitting one in provision --- bin/dev/vagrant_provision.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/dev/vagrant_provision.sh b/bin/dev/vagrant_provision.sh index a9ce293207..6eb9460bd6 100755 --- a/bin/dev/vagrant_provision.sh +++ b/bin/dev/vagrant_provision.sh @@ -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