From 80bf5e2edc377e0713520b75fa7500b334dc2d5d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 29 Jun 2022 01:22:08 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0f7619a..92838dd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -132,7 +132,7 @@ ynh_remove_uwsgi_service () { fi if [ -e /etc/init.d/uwsgi ] then - # Redémarre le service uwsgi si il n'est pas désinstallé. + # Redémarre le service uwsgi si il n'est pas désinstallé. ynh_systemd_action --service_name=uwsgi --action=start else if yunohost service status | grep -q uwsgi