1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

fix remove again

This commit is contained in:
Salamandar 2024-02-06 18:18:09 +01:00
parent 6b11805073
commit 4c35e73dc8

View file

@ -21,7 +21,7 @@ fi
# Properly kill the service processes # Properly kill the service processes
ynh_systemd_action --service_name="$app" --action="stop" --log_path=systemd ynh_systemd_action --service_name="$app" --action="stop" --log_path=systemd
pkill -f "$app" || true pkill -u "$app" || true
# Remove the dedicated systemd config # Remove the dedicated systemd config
ynh_remove_systemd_config ynh_remove_systemd_config