From 8622be9f3074ead2e315803aac94eec6f16461b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 30 Aug 2017 08:30:15 +0200 Subject: [PATCH] fix --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 732f16c..077284a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -110,8 +110,7 @@ if [ "$MISP_ENV" != "dev" ]; then fi sudo chown www-data:www-data $PATH_TO_MISP cd $PATH_TO_MISP -sudo -u www-data git clone https://github.com/MISP/MISP.git $PATH_TO_MISP -#git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`) +#sudo -u www-data git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`) sudo -u www-data git config core.filemode false # chown -R www-data $PATH_TO_MISP # chgrp -R www-data $PATH_TO_MISP