Désactivation temporaire de l'erreur en cas de lien mort

This commit is contained in:
Adrien Bourmault 2022-04-10 23:46:12 +02:00
parent f5a19218d6
commit 14196f870d
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Package: egsl
Version: 0.0.11
Version: 0.0.12
Section: custom
Priority: optional
Architecture: all

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Version: 0.0.11
# Version: 0.0.12
# file: gsl
# Folder: /usr/local/bin
# By echolib

View File

@ -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