Fixed typo on apache2 controller reload coordination

This commit is contained in:
Marc Aymerich 2016-03-08 10:51:54 +00:00
parent 1bb6b9f849
commit ab04012c34
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class Apache2Controller(ServiceController):
# Coordinate apache restart with php backend in order not to overdo it
self.append(textwrap.dedent("""
BACKEND="Apache2Controller"
echo "$BACKEND" >> /dev/shm/restart.apache2
echo "$BACKEND" >> /dev/shm/reload.apache2
function coordinate_apache_reload () {
# Coordinate Apache reload with other concurrent backends (e.g. PHPController)