diff --git a/.gitignore b/.gitignore index 332333c..86a208c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ docker-compose-test.yml +cust-entry.sh +data +start-docker.sh \ No newline at end of file diff --git a/glpi-start.sh b/glpi-start.sh index eb02f19..bb63558 100644 --- a/glpi-start.sh +++ b/glpi-start.sh @@ -63,5 +63,8 @@ service cron start #Activation du module rewrite d'apache a2enmod rewrite && service apache2 restart && service apache2 stop +#Fix to really stop apache +pkill -9 apache + #Lancement du service apache au premier plan /usr/sbin/apache2ctl -D FOREGROUND