From d2f30d8fe78a6f3d7d44a65b8edaa332f29bf332 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 3 Mar 2022 15:13:39 -0300 Subject: [PATCH] =?UTF-8?q?si=20no=20hay=20archivos=20que=20enviar=20esper?= =?UTF-8?q?ar=20al=20pr=C3=B3ximo=20intervalo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- register.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register.sh b/register.sh index b15064f..06f4c7e 100755 --- a/register.sh +++ b/register.sh @@ -17,7 +17,7 @@ while :;do [ -f $install_dir/lock ] && continue file=$(get_stack) - [ -z $file ] && continue + [ -z $file ] && sleep ${interval:-1}m && continue ping -c 1 fsf.org > /dev/null 2>&1 || continue test_url="$(curl -s -X POST -o /dev/null -w "%{http_code}" $url)"