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:
parent
6ecce03d3e
commit
ea38973bcf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ fi
|
||||||
ynh_script_progression --message="Stopping $app's systemd service..." --weight=1
|
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
|
# 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
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
|
|
Loading…
Add table
Reference in a new issue