Merge pull request #7840 from amuehlem/2.4

added 'git submodule sync' before 'git submodule update'
pull/7841/head
Alexandre Dulaunoy 2021-10-14 18:16:42 +02:00 committed by GitHub
commit 2224529571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ installCoreRHEL7 () {
cd $PATH_TO_MISP
# Fetch submodules
$SUDO_WWW git submodule sync
$SUDO_WWW git submodule update --init --recursive
# Make git ignore filesystem permission differences for submodules
$SUDO_WWW git submodule foreach --recursive git config core.filemode false