1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Update _common.sh

This commit is contained in:
yalh76 2022-06-29 01:22:08 +02:00
parent 219485a162
commit 80bf5e2edc

View file

@ -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