From 83c8a25250245a13bcea03182ac38a3bf478b58c Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Mon, 13 Dec 2021 06:28:36 +0100 Subject: [PATCH] get.sh: print the destination file name while waiting --- get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get.sh b/get.sh index e5b394d..4c8c8cd 100755 --- a/get.sh +++ b/get.sh @@ -12,7 +12,7 @@ WAITSEC=`expr $STARTSEC - $NOW` if [ $WAITSEC -gt 0 -a $WAITSEC -lt $MAXWAIT ] then - echo "Waiting for $WAITSEC seconds till $START ..." + echo "Waiting for $WAITSEC seconds till $START for getting $FILE ..." sleep $WAITSEC fi -- 2.43.0