From d8eed55baab6cafc18fae72f12035ee7f4cd0678 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 27 Jun 2018 11:00:22 +0800 Subject: [PATCH] =?UTF-8?q?-=20Added=20submodule=20ignore=20file=20mode=20?= =?UTF-8?q?#again=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 0 scripts/bootstrap.sh | 4 ++++ 2 files changed, 4 insertions(+) mode change 100755 => 100644 deploy.sh diff --git a/deploy.sh b/deploy.sh old mode 100755 new mode 100644 diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 5f64ab8..43991cb 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -612,6 +612,10 @@ sudo chmod -R g+ws $PATH_TO_MISP/app/files/scripts/tmp sudo chmod 700 $PATH_TO_MISP/.gnupg sudo chown -R misp:misp ~misp/.viper +echo "--- Ignoring filemode on all submodules ---" +cd $PATH_TO_MISP +git submodule foreach --recursive git config core.filemode false + echo "--- Setting Baseurl ---" sudo $PATH_TO_MISP/app/Console/cake Baseurl ""