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 Package: egsl
Version: 0.0.11 Version: 0.0.12
Section: custom Section: custom
Priority: optional Priority: optional
Architecture: all Architecture: all

View File

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

View File

@ -226,7 +226,7 @@ if (( "$gsl_count_links" > 0 ));then
"$gsl_log_h_link" \ "$gsl_log_h_link" \
"Offline:$gsl_url_status ${gsl_post_hf_2:0:40}..." \ "Offline:$gsl_url_status ${gsl_post_hf_2:0:40}..." \
"${PWD}/$gsl_post" "${PWD}/$gsl_post"
gsl_checker_err=true #gsl_checker_err=true
return return
;; ;;
esac esac