From 6efc5ad4eee7d237b3a214051c56de08dc7b06ee Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 18 Jun 2020 09:35:11 +0200 Subject: [PATCH] description in fr --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 699c427..225b1e0 100644 --- a/scripts/install +++ b/scripts/install @@ -152,7 +152,7 @@ chown -R $app: $config_path #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "Self-hosted web IRC client" --log_type "systemd" +yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index f73d96b..848d85b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -108,7 +108,7 @@ systemctl enable $app.service #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "Self-hosted web IRC client" --log_type "systemd" +yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 2e2d6a3..ea6f882 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -186,7 +186,7 @@ chown -R $app: $config_path #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "Self-hosted web IRC client" --log_type "systemd" +yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd" #================================================= # SETUP SSOWAT