diff --git a/scripts/_common.sh b/scripts/_common.sh index e3a9683..36c044f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,8 +7,6 @@ # dependencies used by the app pkg_dependencies="expect" -description="Secure Scuttlebutt room server implemented in Go" - #================================================= # PERSONAL HELPERS #================================================= diff --git a/scripts/install b/scripts/install index 74411c8..4a55c0f 100755 --- a/scripts/install +++ b/scripts/install @@ -160,7 +160,7 @@ ynh_use_logrotate #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="$description" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport +yunohost service add $app --description="Secure Scuttlebutt room server" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport #================================================= # START SYSTEMD SERVICE @@ -183,7 +183,6 @@ then ynh_permission_update --permission="main" --add="visitors" fi - #================================================= # RELOAD NGINX #================================================= diff --git a/scripts/restore b/scripts/restore index a661278..fcbc5b1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -120,7 +120,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="$description" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport +yunohost service add $app --description="Secure Scuttlebutt room server" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index ac77223..6c2f453 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -132,7 +132,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="$description" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport +yunohost service add $app --description="Secure Scuttlebutt room server" --log="/var/log/$app/$app.log" --needs_exposed_ports $ssbport #================================================= # START SYSTEMD SERVICE