1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ssbroom_ynh.git synced 2024-09-03 20:26:29 +02:00

Fix description

This commit is contained in:
mhfowler 2021-10-08 12:55:36 +02:00
parent 636eb8c50e
commit 9ef6494d91
4 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@
# dependencies used by the app
pkg_dependencies="expect"
description="Secure Scuttlebutt room server implemented in Go"
#=================================================
# PERSONAL HELPERS
#=================================================

View file

@ -165,7 +165,7 @@ ynh_use_logrotate
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --time --weight=1
yunohost service add $app --description="Secure Scuttlebutt room server implemented in Go" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport
yunohost service add $app --description="$description" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport
#=================================================
# START SYSTEMD SERVICE

View file

@ -115,7 +115,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --time --weight=1
yunohost service add $app --description="Secure Scuttlebutt room server implemented in Go" --log="/var/log/$app/$app.log"
yunohost service add $app --description="$description" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -165,7 +165,7 @@ ynh_use_logrotate --non-append
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --time --weight=1
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add $app --description="$description" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE