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

Remove useless line_match=stopped

This commit is contained in:
Salamandar 2024-03-27 11:11:18 +01:00
parent 6ecce03d3e
commit ea38973bcf

View file

@ -21,7 +21,7 @@ fi
ynh_script_progression --message="Stopping $app's systemd service..." --weight=1
# Stop bservice before backup, to not loose message in case of failed upgrade and restore
ynh_systemd_action --service_name="$app" --action="stop" --log_path=systemd --line_match="Stopped"
ynh_systemd_action --service_name="$app" --action="stop" --log_path=systemd
#=================================================
# ENSURE DOWNWARD COMPATIBILITY