From a45b16ddc25d6327f79e08ad4192f8de1e2a0d4f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 21 Aug 2020 09:56:03 +0200 Subject: [PATCH] Cleaning up --- manifest.json | 4 ++-- scripts/restore | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 4ea1d1c..6817174 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "thelounge", "packaging_format": 1, "description": { - "en": "Web IRC client.", - "fr": "Client Web IRC." + "en": "Web IRC client", + "fr": "Client Web IRC" }, "version": "4.2.0~ynh1", "url": "https://thelounge.chat/", diff --git a/scripts/restore b/scripts/restore index 8f7b833..9fd5125 100644 --- a/scripts/restore +++ b/scripts/restore @@ -46,14 +46,14 @@ test ! -d $final_path \ #================================================= # RESTORE THE NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the nginx configuration..." +ynh_script_progression --message="Restoring the NGINX configuration..." ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= # RESTORE THE APP MAIN DIR #================================================= -ynh_script_progression --message="Restoring the app main directory..." +ynh_script_progression --message="Restoring $app main directory..." ynh_restore_file --origin_path="$final_path"