1
0
Fork 0
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:
yalh76 2019-05-30 18:06:38 +02:00
parent ca85a560ce
commit ce6d5f0f7b

View file

@ -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"