Define which python3 to use, fixes #10

pull/1/head
Jason Kendall 2020-02-12 08:55:16 -05:00
parent eeeec0264a
commit 8dcfb9744d
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ init_misp_config(){
echo "Configure sane defaults"
/var/www/MISP/app/Console/cake Admin setSetting "MISP.baseurl" $HOSTNAME
/var/www/MISP/app/Console/cake Admin setSetting "MISP.python_bin" $(which python3)
}
init_misp_files(){