Vagrant: Replace comment with more fitting one in provision

This commit is contained in:
Tobias Diekershoff 2021-10-01 10:00:01 +02:00
parent 4960d0f438
commit d52e2ab791
1 changed files with 1 additions and 2 deletions

View File

@ -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