Forgot to fix the php service name in the migration...

This commit is contained in:
Alexandre Aubin 2018-02-10 00:32:32 +01:00
parent 4baa01143e
commit d597f31e13

View file

@ -49,7 +49,7 @@ class MyMigration(Migration):
os.system(c)
# Reload/restart the php pools
_run_service_command("restart", "php-fpm")
_run_service_command("restart", "php7.0-fpm")
def backward(self):