From 17be233cb6155b1b04d9de3a8f2cfd085d6f38ff Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 10 Nov 2020 23:21:34 +0100 Subject: [PATCH] Small fies --- README_fr.md | 2 +- scripts/install | 4 ++-- scripts/upgrade | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_fr.md b/README_fr.md index f83abfb..b2d6ba7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -9,7 +9,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* ## Vue d'ensemble -Invidious est une interface permettant d'accéder aux vidéos Youtube sans passer par youtube.com. +Invidious est une interface permettant d'accéder aux vidéos YouTube sans passer par youtube.com. **Version incluse :** 0.20.1 diff --git a/scripts/install b/scripts/install index f673102..98036f2 100644 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=2 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=is_public --value=$is_public -ynh_app_setting_set --app=$app --key=language --value=$language +ynh_app_setting_set --app=$app --key=language --value=$language #================================================= # STANDARD MODIFICATIONS @@ -102,7 +102,7 @@ ynh_script_progression --message="Setting up source files..." --weight=4 ynh_app_setting_set --app=$app --key=final_path --value=$final_path -# Download, check integrity, uncompress and patch the source from app.src +# Download, check integrity, uncompress and patch the source from GitHub git clone https://github.com/iv-org/invidious "$final_path" --quiet for i in $final_path/config/sql/*.sql ; do diff --git a/scripts/upgrade b/scripts/upgrade index 31caf3b..edff2d8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -157,7 +157,7 @@ yunohost service add $app --description "Invidious is an alternative front-end t #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Version:" +ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" #================================================= # RELOAD NGINX