We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daddc6 commit 28ba3c5Copy full SHA for 28ba3c5
Makefile
@@ -27,8 +27,8 @@ download_bitrix:
27
ifeq ("$(wildcard $(BITRIX_PATH)/bitrix/php_interface/dbconn.php)","")
28
wget --progress=dot -e dotbytes=10M -O /tmp/$(BITRIX_EDITION).tar.gz https://www.1c-bitrix.ru/download/$(BITRIX_EDITION).tar.gz
29
mkdir -p $(BITRIX_PATH)
30
- chmod -R 777 $(BITRIX_PATH)
31
tar -xf /tmp/$(BITRIX_EDITION).tar.gz -C $(BITRIX_PATH)
+ chown -R www-data:www-data $(BITRIX_PATH)
32
rm /tmp/$(BITRIX_EDITION).tar.gz
33
endif
34
0 commit comments