mirror of https://github.com/MISP/misp-docker
Remove more apache stuff
parent
0a3a46ad63
commit
674dd65739
|
@ -99,13 +99,6 @@ init_mysql(){
|
||||||
$MYSQLCMD < /var/www/MISP/INSTALL/MYSQL.sql
|
$MYSQLCMD < /var/www/MISP/INSTALL/MYSQL.sql
|
||||||
}
|
}
|
||||||
|
|
||||||
#start_apache() {
|
|
||||||
# # Apache gets grumpy about PID files pre-existing
|
|
||||||
# rm -f /run/apache2/apache2.pid
|
|
||||||
# # execute APACHE2
|
|
||||||
# /usr/sbin/apache2ctl -D FOREGROUND -k "$1"
|
|
||||||
#}
|
|
||||||
|
|
||||||
# Things we should do when we have the INITIALIZE Env Flag
|
# Things we should do when we have the INITIALIZE Env Flag
|
||||||
if [[ "$INIT" == true ]]; then
|
if [[ "$INIT" == true ]]; then
|
||||||
echo "Import MySQL scheme..." && init_mysql
|
echo "Import MySQL scheme..." && init_mysql
|
||||||
|
|
Loading…
Reference in New Issue