- Added submodule ignore file mode #again…

master
Steve Clement 2018-06-27 11:00:22 +08:00
parent cf4c71c68a
commit d8eed55baa
2 changed files with 4 additions and 0 deletions

0
deploy.sh Executable file → Normal file
View File

View File

@ -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 ""