Désactivation temporaire de l'erreur en cas de lien mort
This commit is contained in:
parent
f5a19218d6
commit
14196f870d
2
control
2
control
|
@ -1,5 +1,5 @@
|
|||
Package: egsl
|
||||
Version: 0.0.11
|
||||
Version: 0.0.12
|
||||
Section: custom
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Version: 0.0.11
|
||||
# Version: 0.0.12
|
||||
# file: gsl
|
||||
# Folder: /usr/local/bin
|
||||
# By echolib
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue