From b4f27aa5bf35c5892d13852cad01833655408173 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Dec 2020 13:51:14 +0100 Subject: [PATCH] Fix linter warning --- README_fr.md | 1 - scripts/upgrade | 7 ------- 2 files changed, 8 deletions(-) diff --git a/README_fr.md b/README_fr.md index 2e53f0e..72ffddf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -107,7 +107,6 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug -or ou sudo yunohost app upgrade roundcube -u https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug ``` diff --git a/scripts/upgrade b/scripts/upgrade index 4fa6690..c9366fa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,13 +90,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================