From a96f1d1cce90c62ea80d69bcfe9e72d917d09761 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Dec 2020 13:25:02 +0100 Subject: [PATCH] Fix linter warnings --- README_fr.md | 2 +- check_process | 3 --- scripts/upgrade | 6 ------ 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README_fr.md b/README_fr.md index 43bb17c..934e048 100644 --- a/README_fr.md +++ b/README_fr.md @@ -69,6 +69,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/laverna_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade laverna -u https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug ``` diff --git a/check_process b/check_process index dee5978..faa58c5 100644 --- a/check_process +++ b/check_process @@ -20,9 +20,6 @@ multi_instance=1 port_already_use=0 change_url=0 -;;; Levels - # If the level 5 (Package linter) is forced to 1. Please add justifications here. - Level 5=auto ;;; Options Email= Notification=none diff --git a/scripts/upgrade b/scripts/upgrade index 2a0ebae..3ee7b41 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,12 +60,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================