From 0513f544d671f0329f9ec590676492273e04e32b Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 25 Nov 2018 15:04:20 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 300a555..a6c07de 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -87,7 +87,7 @@ chown -R www-data:www-data $final_path #sudo chmod 644 /etc/cron.d/emailpoubelle # Restart services -sudo service php7.0-fpm restart -sudo service nginx reload -sudo service postfix reload +systemctl restart php7.0-fpm +systemctl reload nginx +systemctl reload postfix sudo yunohost app ssowatconf