From 14196f870dd4a1cb03750641476fd4c1c7ff4659 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 10 Apr 2022 23:46:12 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20temporaire=20de=20l'erreur?= =?UTF-8?q?=20en=20cas=20de=20lien=20mort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control | 2 +- usr/local/bin/gsl | 2 +- var/lib/gsl/scripts/gsl__post_checkers | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/control b/control index d73a55c..46d8725 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: egsl -Version: 0.0.11 +Version: 0.0.12 Section: custom Priority: optional Architecture: all diff --git a/usr/local/bin/gsl b/usr/local/bin/gsl index 73dabe1..0c88af9 100755 --- a/usr/local/bin/gsl +++ b/usr/local/bin/gsl @@ -1,5 +1,5 @@ #!/bin/bash -# Version: 0.0.11 +# Version: 0.0.12 # file: gsl # Folder: /usr/local/bin # By echolib diff --git a/var/lib/gsl/scripts/gsl__post_checkers b/var/lib/gsl/scripts/gsl__post_checkers index af7494f..af2b737 100644 --- a/var/lib/gsl/scripts/gsl__post_checkers +++ b/var/lib/gsl/scripts/gsl__post_checkers @@ -226,7 +226,7 @@ if (( "$gsl_count_links" > 0 ));then "$gsl_log_h_link" \ "Offline:$gsl_url_status ${gsl_post_hf_2:0:40}..." \ "${PWD}/$gsl_post" - gsl_checker_err=true + #gsl_checker_err=true return ;; esac