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:
parent
3d7d325fd4
commit
b35e273f4b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ ynh_abort_if_errors
|
||||||
if [[ "$upgrade_from_opt" == "false" ]]; then
|
if [[ "$upgrade_from_opt" == "false" ]]; then
|
||||||
ynh_script_progression --message="Stopping a systemd service..." --weight=1
|
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
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue