mirror of https://github.com/MISP/misp-docker
Define which python3 to use, fixes #10
parent
eeeec0264a
commit
8dcfb9744d
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue