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

Forgot one ynh_systemd_action --log_path...

This commit is contained in:
Félix Piédallu 2023-09-05 16:40:45 +02:00
parent 3d7d325fd4
commit b35e273f4b

View file

@ -63,7 +63,7 @@ ynh_abort_if_errors
if [[ "$upgrade_from_opt" == "false" ]]; then
ynh_script_progression --message="Stopping a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
ynh_systemd_action --service_name=$app --action="stop"
fi
#=================================================