1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Adding spacing

This commit is contained in:
yalh76 2020-01-19 16:38:14 +01:00
parent 7b59f5cd95
commit a8a0486801
4 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,7 @@ cache=$(ynh_app_setting_get --app=$app --key=cache)
ynh_print_info --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
pkill -u $app
#=================================================

View file

@ -75,6 +75,7 @@ fi
ynh_print_info --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
pkill -u $app
#=================================================

View file

@ -43,6 +43,7 @@ fi
ynh_print_info --message="Stopping all pleroma services..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
pkill -u $app
#=================================================

View file

@ -127,6 +127,7 @@ ynh_abort_if_errors
ynh_print_info --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
pkill -u $app
#=================================================