Remove more apache stuff

pull/1/head
Jason Kendall 2020-02-21 10:15:05 -05:00
parent 0a3a46ad63
commit 674dd65739
1 changed files with 0 additions and 7 deletions

View File

@ -99,13 +99,6 @@ init_mysql(){
$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
if [[ "$INIT" == true ]]; then
echo "Import MySQL scheme..." && init_mysql