diff --git a/server/files/entrypoint_apache.sh b/server/files/entrypoint_apache.sh index 64262a9..bd4c390 100755 --- a/server/files/entrypoint_apache.sh +++ b/server/files/entrypoint_apache.sh @@ -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(){