mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
fix ynh_script_progression
This commit is contained in:
parent
ca85a560ce
commit
ce6d5f0f7b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ db_name=$(ynh_app_setting_get --app="$app" --key=db_name)
|
|||
#=================================================
|
||||
# STOP SYSTEMD SERVICE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Stopping a systemd service..." --time --weight=1
|
||||
ynh_print_info --message="Stopping a systemd service..."
|
||||
|
||||
ynh_systemd_action --service_name="${app}-horizon" --action="stop" --log_path="/var/log/$app/${app}-horizon.log"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue