From: frrobert2 Date: Tue, 27 Apr 2021 18:39:15 +0000 (-0400) Subject: updated lace with timeout X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/f0168ece80a03be154b007f6d63295af75737c49 updated lace with timeout --- diff --git a/lace b/lace index 8ac47c1..7357342 100755 --- a/lace +++ b/lace @@ -4,6 +4,9 @@ # https://raw.githubusercontent.com/frrobert2/lace/main/lace # Shows both how many days ago and date # Modified to work with Debian running Sed 3.7 +# connectto is a timeout variable in seconds +# it is the time lace will wait to connect to a site before it stops the connection +# default is 30 seconds you can change it what you want connectto=30 if [ -z "$XDG_CONFIG_HOME" ];then config_place="$HOME/.config/lace"