Use apache2ctl instead of kill -HUP

This commit is contained in:
2016-08-23 14:57:55 +02:00
parent e335aa5306
commit 5864654244

View File

@@ -61,7 +61,7 @@ echo "==================================================================="
echo "NOTE: If you want to edit config_local.py on the server, do so now."
echo "NOTE: Press [ENTER] to continue and restart the server process."
read dummy
${SSH} docker exec ${DOCKER_NAME} kill -HUP 1
${SSH} docker exec ${DOCKER_NAME} apache2ctl graceful
echo "Server process restarted"
echo