From d597f31e13ebbf31828645e2764d0013188d59af Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 10 Feb 2018 00:32:32 +0100 Subject: [PATCH] Forgot to fix the php service name in the migration... --- src/yunohost/data_migrations/0004_php5_to_php7_pools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/data_migrations/0004_php5_to_php7_pools.py b/src/yunohost/data_migrations/0004_php5_to_php7_pools.py index 55c8ef08d..ad659b5cf 100644 --- a/src/yunohost/data_migrations/0004_php5_to_php7_pools.py +++ b/src/yunohost/data_migrations/0004_php5_to_php7_pools.py @@ -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):