From 91b3b0c3ebee19441101337d3675ce0988345f1c Mon Sep 17 00:00:00 2001 From: Tiago Faria Date: Tue, 14 May 2019 09:56:04 +0100 Subject: [PATCH] fix misp-modules chown order --- dev/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bootstrap b/dev/bootstrap index 9b0f377..fae593f 100644 --- a/dev/bootstrap +++ b/dev/bootstrap @@ -479,8 +479,8 @@ echo "--- Installing MISP modules ---" apt-get install -y libpq5 libjpeg-dev libfuzzy-dev > /dev/null 2>&1 cd /usr/local/src/ git clone https://github.com/MISP/misp-modules.git -cd misp-modules sudo chown -R www-data:www-data misp-modules +cd misp-modules # pip3 install pip3 install -I -r REQUIREMENTS > /dev/null 2>&1