From f0168ece80a03be154b007f6d63295af75737c49 Mon Sep 17 00:00:00 2001 From: frrobert2 Date: Tue, 27 Apr 2021 14:39:15 -0400 Subject: [PATCH] updated lace with timeout --- lace | 3 +++ 1 file changed, 3 insertions(+) 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" -- 1.8.3.1