1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

adding helper

This commit is contained in:
yalh76 2019-03-20 00:55:59 +01:00
parent 83f1bc30c9
commit 5e3931c7c3

View file

@ -7,6 +7,7 @@
#=================================================
source _common.sh
source ynh_systemd_action
source /usr/share/yunohost/helpers
#=================================================
@ -96,7 +97,7 @@ fi
# STOP SERVICE
#=================================================
ynh_systemd_action --action=stop --service_name=$app
ynh_systemd_action --action=stop --service_name=$app --log_path=systemd --line_match="Stopped Distbin Service"
#=================================================
# MODIFY A CONFIG FILE
@ -123,7 +124,7 @@ ynh_store_file_checksum "$final_path/.env"
# START SERVICE
#=================================================
ynh_systemd_action --action=start --service_name=$app
ynh_systemd_action --action=start --service_name=$app --line_match="http"
#=================================================
# GENERIC FINALISATION