mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot to fix the php service name in the migration...
This commit is contained in:
parent
4baa01143e
commit
d597f31e13
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue