update Makefile

This commit is contained in:
Akolzin Dmitry 2020-03-03 17:56:13 +03:00
parent 9496591e8b
commit f62cc5053a

View File

@ -35,7 +35,7 @@ setup_apache: composer
# Use default config
@sudo cp -f $(PRESTASHOP_DIR)/tests/travis-ci-apache-vhost /etc/apache2/sites-available/000-default.conf
@sudo sed -e "s?%PRESTASHOP_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/000-default.conf
@sudo chmod 777 -R $HOME
@sudo chmod 777 -R $(HOME)
# Starting Apache
@sudo service apache2 restart