Vagrant: Replace comment with more fitting one in provision

2022.09-rc
Tobias Diekershoff 2021-10-01 10:00:01 +02:00
rodzic 4960d0f438
commit d52e2ab791
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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