mirror of
https://github.com/friendica/friendica
synced 2024-11-18 02:23:40 +00:00
Vagrant: Replace comment with more fitting one in provision
This commit is contained in:
parent
4960d0f438
commit
d52e2ab791
1 changed files with 1 additions and 2 deletions
|
@ -93,9 +93,8 @@ echo ">>> Symlink /var/www to /vagrant"
|
||||||
rm -rf /var/www/
|
rm -rf /var/www/
|
||||||
ln -fs /vagrant /var/www
|
ln -fs /vagrant /var/www
|
||||||
|
|
||||||
# install deps with composer
|
# Setup Friendica
|
||||||
cd /var/www
|
cd /var/www
|
||||||
|
|
||||||
echo ">>> Setup Friendica"
|
echo ">>> Setup Friendica"
|
||||||
|
|
||||||
# copy the .htaccess-dist file to .htaccess so that rewrite rules work
|
# copy the .htaccess-dist file to .htaccess so that rewrite rules work
|
||||||
|
|
Loading…
Reference in a new issue